Wanting to search for issues that I have assigned from unassigned issue queue to a specific user.
In the activity history for example this is displayed as USERXXX changed the Assignee to 'USERYYY' on XXXX-1234 - IssueSummary
Thanks
I think the others may have read only the title of your question
From the body, I think the clause you need is:
assignee was changed from empty to userYYY by userXXX
I think this hits the use-case –
assignee = steve AND assignee changed TO steve BY steve
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm, not quite, because you've missed out the "from unassigned". Yours will catch cases where Steve reassigned an issue that Dave previously had as well.
But I see the point, the question doesn't state that piece, although it's human nature to leave it out. To do it explicitly, it's "I have assigned from unassigned issue queue to a specific user, and that users is the current assignee"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Argh I didn't read his post well enough either. Darn. You're exactly right.
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.
PLease see here - https://confluence.atlassian.com/jiracore/blog/2015/07/search-jira-like-a-boss-with-jql
You can easily do this by using JQL - > assignee = USERYYY
and this should give you all the issues for that particular user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply Tarun, it's not quite what I'm after though.
Your suggestion shows ALL issues that have ever been assigned to that user. I want to know only issues that I have specifically assigned to that user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is interesting. How can I find if a person is slacking off by moving an issue to the next sprint repeatedly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.