Forums

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

how to get open issues of specific project ?

akshay.dongave October 9, 2020

hi,
i have 3 projects and i try to get issue by project id.
but it return all issues overall project.
i want issues as per project id.

i have tried following API :

https://unity-central.atlassian.net/rest/api/3/search?jql=assignee="username"&project=10000&fields=issue,status,name.

i have issue assigned in 10010 but if i put 10000 then also i get same response.

3 answers

0 votes
akshay.dongave October 11, 2020

assignee = username and project=10010 AND status in ("In Progress", "To Do") AND resolution = Unresolved order by updated DESC

 

i got results by this query thanks for support

0 votes
Megan Day October 9, 2020

I have a project that is specifically to include all of our projects.  JQL is:

project in (AB, DED,CC P, MNO) ORDER BY priority DESC, Rank ASC

0 votes
Niranjan
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.
October 9, 2020

Hi @akshay.dongave ,

Could you try with project key instead of id?

akshay.dongave October 11, 2020

yes try with project name also

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events