I have my issues visible in the gadget "Assigned to me" and it shows the issues formally assigned to me, but I have issues that is not assigned to me but important to follow. How can I make a gadget showing all issues I am involved in?
Thanks in advance, Kent
Hi @Kent Hellqvist,
Welcome to this community :)
You need to create a filter that shows you all the issues that you are interested in, you can find how here: https://confluence.atlassian.com/jiracorecloud/saving-your-search-as-a-filter-765593721.html
Then you need to use the macro Filter Results Gadget and configure them with the last created filter.
Cheers,
Adrián.
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.
Hi @Kent Hellqvist,
To clarify "importance", I am going to assume you mean issues you Watch as well as issues you are assigned to. If this is the case you need to set up a filter:
watcher = currentUser() OR assignee = currentUser()
Save the filter and use the filter within a gadget of your choosing. My recommendation would be the Filter Results Gadget.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@[deleted], Reading the original question I think @Kent Hellqvist would want “or” in the above jql rather than “and”. As you mention it assumes he is a Watcher on all interested issues.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.