Use issue type in user activity for issue or work item events
What does this MR do and why?
In pages where we list user activity, we would use the term issue or work item for events related to those object types. Now we use the issue_type on these objects to display the name
before: user opened issue ...
after: user opened task ...
Screenshots or screen recordings
How to set up and validate locally
- Go to you profile page at
localhost:3000/<username>
- In the
Activity
list make sure you have some items related to issues (create, close, reopen). - The activity should use the Issue's type name for the entry and not a generic
issue
orwork item
as it used to. - In order to test you can change an issue in the list from issue into
incident
and the change should be reflected on the list
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #372266 (closed)
Edited by Mario Celi