We are using Jira Integration to get most of the Jira fields value. But somehow "Resolved" date field is not coming in response for Jira type as Bug.
Appreciate your suggestions.
Discussion posts and replies are publicly visible
Look at a definitely resolved Bug in Jira UI, If you see a Resolved date there but it's not coming through the API, then it's likely an integration/permission issue rather than the field not existing.
The field do exist on Jira UI with name "Resolved". How to get it through API ?
Jira fields can be weird, but they're part of what adds the customizability to Jira.
If Jira has an official field that says "Resolved", it will show up in the API JSON as "Resolved".
If your Jira Admin or project team added a custom field called "Resolved", it will show up as "customField123456" in the JSON. There is an API which gives the fields for a project, which should then tell you want custom field id you want.
On a past project, I solved some of these nuances by having Appian sync'ed records that were backed by an integration call to Jira's API's for project and issue type.
Someone who is familiar with Jira API setting can help you with this. Basically, the team managing JIRA Api should configure/confirm that Api will return the Resolved date in the response. What a third party responds with when respective API is called , is not configurable from Appian rather response setup is done in third party system! If Jira API is setup to send resolved date then you will be getting it in Appian as well after a successful integration call!
sayalic0004 The field might be named differently in API than UI.OrYou can ask Jira API admin to enable access to required field generally admin needs to allow from there side
I was able to get solution. "resolutiondate" should be the field name given in JQL query for Resolved field in JIRA UI.