Skip to content

Use issue type in user activity for issue or work item events

Mario Celi requested to merge 372266-use-issue-type-for-issue-events into master

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

image

How to set up and validate locally

  1. Go to you profile page at localhost:3000/<username>
  2. In the Activity list make sure you have some items related to issues (create, close, reopen).
  3. The activity should use the Issue's type name for the entry and not a generic issue or work item as it used to.
  4. 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.

Related to #372266 (closed)

Edited by Mario Celi

Merge request reports