JIRA SD onboarding Sailpoint IDN

Need an API to check the values of custom fields, 1-1 mapping of id and display name for affected application and business domain.

Also for the request type, what are the total status for the workflow?

I have used <JIRA_BASE_URL>/rest/api/latest/issue/issue ID?expand=names this is giving me names for custom fields but not sure what exact values to pass.

Please assist

User will be raising issues from SD portal

The API response that you get might look something like this:

names: {
...
customfield_101: "Sprint",
customfield_102: "Story Point Here",
...
}

Do you not see the value alongside the key (custom field name) in your response?

As an alternative, also explore the JQL-based search API if that’s more aligned to the kind of data you’re looking for: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get

Yes I got the same response , but now want to see what exact is mentioned in the body of each custom field.
“customfield_10061”: “Affected Applications”,

“customfield_10062”: “Business Domain”,

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.