Hi all,
Am I right in thinking that without an additional plu-in I can't create a filter or JQL thingy that will give me a list of all tasks where the reporter and assignee are different?
Cheers
Welcome to the Atlassian community!!
Yes, It's not possible without plugins.
For example Script Runner has the expression function, which allows you to do:
issue function in expression("project = XYZ", "assignee != reporter")
The first expression is a filter query which you could leave as empty string to run "assignee != reporter" on every issue.
Regards,
Mayur
Correct. I find two things frustrating about JQL
1. Atlassian rarely make it clear that it is not SQL, and all JQL does is find issues that match criteria. It does not display or report on them, it's just a list of issues for something else to look at
2. There's no "field 1" = "field 2" function in it
So, yes, as point 2 is what you need here, you will need to look to marketplace apps to add functions that can do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Keith Cooper -- Welcome to the Atlassian Community!
Yes, and...to the responses from Nic and Mayur: How often do you need to perform this comparison and for how many issues?
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Every month or so. Number of issues vary. I'm spreadsheeting it at the moment, I was just hoping for a simple dashboard/widget solution using a filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Keith Cooper ,
With standard JQL, you can only get a list of issues with links and export them to Excel for further processing. This works if you want to do a one-off analysis.
Standard JQL doesn't easily allow it, but you can find the results quickly using our professional indexing service JQL Search Extensions
After you install the app, you can simply search:
hasSameAssigneeAndReporter = "false"
Check the documentation for more information.
I hope this helps!
Daniel
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.