Forums

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

how can I filter all issues for specific project by iusing rest/servicedeskapi/request

Samuel Donadelli July 13, 2018

https://jira.xxx.com/rest/servicedeskapi/request/


is there a way we can use this url to filter JIRA Service Desks issues from a specific project?

 

thanks, 

1 answer

1 accepted

1 vote
Answer accepted
Thomas Deiler
Community Champion
July 13, 2018

Dear @Samuel Donadelli,

you can simply use any REST URL within your browser. The returned data will be in JSON. The request above is for Jira Service Desk, only. You can also use the REST API calls for Jira Server. The URL would look like

https://jira.xxx.com/rest/api/latest/search?jql=project=MYPROJECT

So long

Thomas

Samuel Donadelli July 17, 2018

Hi Thomas, thanks for your answer. 

I noticed that in the output of this restAPI we have many customfields that shows "null" values. 

Would you know a manner we obtain only fields with contents (no null values) ?

 

thanks , Samuel 

Thomas Deiler
Community Champion
July 18, 2018

Dear @Samuel Donadelli,

the REST API returns all available custom fields, even if they are empty. To get more information from one issue, you can play with the parameter "expand" (See the API Doc) to retreive more. But be aware, this can take longer and slow down Jira.

So long

Thomas

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events