Skip to main content
sayalic0004
September 12, 2025
Question

Not able to get "Resolved" field from Jira Integration

  • September 12, 2025
  • 6 replies
  • 0 views

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.

6 replies

shubhama926776
September 12, 2025

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.

sayalic0004
September 12, 2025

The field do exist on Jira UI with name "Resolved". How to get it through API ?

shubhama926776
September 15, 2025

[mention:910cf2b4b585469f95c6d2d1644bf263:e9ed411860ed4f2ba0265705b8793d05] The field might be named differently in API than UI.
Or
You can ask Jira API admin to enable access to required field generally admin needs to allow from there side

September 12, 2025

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.

harshas2775
September 13, 2025

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
September 15, 2025

I was able to get solution. "resolutiondate" should be the field name given in JQL query for Resolved field in JIRA UI.