Hello!
I'm looking to create a confluence page to display each of our team members "areas of expertise" - and the quickest way to do that is to show which epics they have been a part of. The simplest way (epics assigned to user) is fine - although not a true representation of the work that has been done on the epic - I'd like to show each epic that either a) has been assigned to user x or b) has an issue that has been assigned to user x.
Thanks!
Community moderators have prevented the ability to post new answers.
Hello,
The first part you can do out of the box. Your JQL query would look like this:
assignee was x or assignee was b
For the second part you would need an add-on.
Thanks for replying! Yep, I have a handle on the first part - sorry, reading back I see that wasn't clear. Happy to use an add-on, is there one you have in mind?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe this one could help:
http://scriptrunner-docs.connect.adaptavist.com/jiracloud/jql-aliases.html#_lastcommentvisiblerole
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.