- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2024 07:26 AM
Hi guys,
How can I use the Jira Spoke Update Issue in the Flow Designer to update a field in Jira?
I'm trying to update the value of a field and I get an error, but I don't know how to resolve this error.
Another question, is it possible to change the status of the Jira issue using the Jira Spoke.
Thanks
Solved! Go to Solution.
- Labels:
-
Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024 10:04 PM
The issue can be solved by adding labels to the edit issue screen for the project/issue type.
Go to Jira Settings > Issues > Screens, find the correct screen, and add the Label field.
To update the status of a Jira issue, we can use the "Do Transition" action instead of the "Update Issue" action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2024 09:40 AM
Thank for the answer. I was able to transition the status, but not change a field.
When an issue transitions to resolved/done, is it possible to change any field in ServiceNow? When I resolve the issue in Jira, I need to close the ticket in ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2024 08:41 PM
Hi @Carlos Muniz , You can use Jira webhooks/triggers to update fields in ServiceNow whenever a Jira issue changes.
https://www.servicenow.com/docs/bundle/xanadu-integrate-applications/page/administer/integrationhub-...
https://www.servicenow.com/docs/bundle/xanadu-integrate-applications/page/administer/integrationhub-...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2024 08:11 PM
@Carlos Muniz - Checkout the External Triggers for Jira and how they work here - https://www.servicenow.com/community/automation-engine-blog/triggering-success-unlocking-jira-s-even...