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,
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.