Issue properties. Jira software Cloud API doesn't allow loading issue properties

We can easily get the properties of the issue using query parameter “property” in the request from the Jira Cloud API.

image
image

Сan I get an issue properties using a Jira Software API? It is very important for me!

Have you tried making a request to the endpoint to see what it returns already? https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue/#api-agile-1-0-issue-issueidorkey-get Based on the example response, I do not see the properties you’re looking for.

Have you tried including property or properties as values for the fields query parameter?

Might also be worth trying both of those values in the expand parameter as well.

1 Like

It doesn’t help me. Properties aren’t an entity of fields. I can’t get properties using expand. If there was a way to get properties via Jira Software Api, that would be great.