JQL query for issues not assigned to component lead?

Steinar Bang
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 8, 2018

I am trying to make a query for open issues not yet claimed by a developer.

It's easy to find those that are unassigned.

I would also like to find open issues that are assigned to the component lead (that's the default assignment for new issues).

Does anyone know of a JQL query that can find the issues of a particular state that is not assigned to the component lead?

Thanks!

 

- Steinar

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 8, 2018

Are you trying to find issues that were assigned by default and were not changed since then? If so, you can probably do the following:

!(assignee changed)

There is not JQL function to search based on component lead unless there is a plugin that does it.

Steinar Bang
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 11, 2018

Thanks! :-)

This does 90% of what I wanted to do!

The only issues I won't find are those that are taken and then put back to the component lead, when released, because that was the way they were before they were taken.  But we can just tell people to set them back to unassigned when they decide not to take the issues after all (hopefully some will do just that..;-) )

Steinar Bang
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 11, 2018

The full JQL in case somebody are interested:

status = "To Do" AND ((assignee = null) OR !(assignee changed))

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events