You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have already created the query below but I am also trying to find tickets I have added labels and/or components. Is this possible?
issueFunction in commented("by XXXX") OR status changed by (XXXX) OR worklogAuthor = XXXX OR assignee was in (XXXX) OR reporter was in (XXXX) OR fixVersion changed by (XXXX) ORDER BY created ASC
Hi Mykle,
Yes, you can do it by adding this to you query :
labels IS NOT Empty OR component IS NOT empty
Let me know if it helped,
Guilhem
what if an issues was assigned to 3 different people and if the task was completed by the last person it was assigned to you. on that time you will not get these issues. may be add this too
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that is the issue I am running into. Many tickets I "touched" by adding labels/components and assigning but since I didn't make a comment and there was no status change, it is not captured in my query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are right. There are question to accomplish such from time to time in Community.
It is always "working towards the goal" but I think you are close to what you are looking for.
For the change in Assignees (Issues you assigned to a different individual) it think the following could work:
assignee changed by currentuser() after -8d
You can change the duration to look at as usual.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there Cloud Community members! We’re excited to give you the first glimpse of the new home for business teams on Jira — Jira Work Management. Jira Work Management is the next generation of J...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.