The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find unassigned issues to a specific project using the API

Jeremy Miller
November 3, 2014

I am trying to use the API to find unassigned issues to a specific group.

I am not having that much success in this or finding any answers to thing using Google.

Any help will be appreciated.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
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 Champions.
November 3, 2014

You mean unassigned issues in a project? What do you mean by group?

If it is project, you can do the following in the Advanced search.

project = "projectKey" and assignee = Unassigned
Jeremy Miller
November 3, 2014

Yes I mean project, and thank you. I would like to do this via the API and command line interface from linux as well. I am still testing using a saved filter to help out with this now. curl -D- -u Username:Password -X GET -H "Content-Type: application/json" http://JIRAURL/rest/api/latest/search?jql=project=ProjectKey+AND+filter=FilterKey

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 Champions.
November 3, 2014
Jeremy Miller
November 3, 2014

Thank you so much, that does work, however it also shows all of the closed issues that are unassigned, is there a way to specify !=Closed issues?

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 Champions.
November 3, 2014
TAGS
AUG Leaders

Atlassian Community Events