- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Jira integration with DPR is working fine and Epics/Stories are synchronized with in my Product.
However, the synchronization process ignored the status of the Jira tickets and makes every Work Item to be set to the state "Complete".
Similar issue also documented in this official ServiceNow Community video: DevOps Change Velocity: Jira Connect and Configure (check from from 09:30)
Does anyone know how to fix the status/state mapping for the Jira–DPR integration?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
HI @rafaelsoare ,
The state field you’re viewing is a transformed version. If you need the exact state from Jira, please use the native state column.
You can map the state from your Jira to the new state in ServiceNow by updating the script include "DevOpsJiraIntegrationHandler".
In the "processWorkItems" function, update the state mapping between the native_state from Jira and the desired state.
Additionally if you need to configure any additional custom fields refer this doc:https://www.servicenow.com/docs/r/zurich/it-service-management/devops-change-velocity/add-custom-fie...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
HI @rafaelsoare ,
The state field you’re viewing is a transformed version. If you need the exact state from Jira, please use the native state column.
You can map the state from your Jira to the new state in ServiceNow by updating the script include "DevOpsJiraIntegrationHandler".
In the "processWorkItems" function, update the state mapping between the native_state from Jira and the desired state.
Additionally if you need to configure any additional custom fields refer this doc:https://www.servicenow.com/docs/r/zurich/it-service-management/devops-change-velocity/add-custom-fie...
