Can I find a Query that provides a list of users that have ever worked on an issue within a single project.
Hi @Kruthika R
By worked on, I assume you mean they were the assignee at some point.
Therefore, you should be able to use a query like this:
project = TMP and assignee was john.funk
where you place the project name and person.
Hi @Kruthika R ,
can you define what "work on an issue" means to you? Where do you want to access this information? Probably there's a way to use the Rest API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Max Foerster - K15t ,
In Jira I wanted to know if we can retrieve all the users that has worked in an specific issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Kruthika R , "in Jira" as in "using JQL"? Because that's not an option. JQL is a query language for returning issues. And again "working in an issue" is nothing you will be able to work with, that's why I'm asking how you define working in an issue. Did the user transition an issue, comment on it, log work? What is the action that the user has performed? We need your definition here. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes user has commented, transitioned etc that's what I mean by worked on the issue.
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.