- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 12:19 PM
Most fields in Jira come across to my Agile Board story, but nothing goes back to Jira when i update a ticket in SNOW.
I have tripled checked my connections, maps, fields etc.. nothing comes across back to Jira.
Thoughts?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 09:52 AM
Stephenb,
Apologies for not responding sooner.
Sorry for the confusion. I was just sharing the locations where I discover most of my problems.
In this particular case, since this is related to SNOW to Jira updates, you'd want to check your Flow Designer triggers.
You'd need a flow that triggers from the rm_story table on updates that has a correlation_id or correlation_display, depending on what fields you're using. You'd select the Jira ID from the correlation_id to make the updates. Something like this:
Then you'd reference the triggering file for its correlation id and use that to reference the corresponding Jira issue.
You can add filter conditions as needed to prevent unecessary updates and reduce overhead on the flow and prevent duplicate updates, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 11:14 AM
Oh, Stephen, one thing I overlooked that you'll definitely want to change. Don't leave the trigger as run once. You'd probably want to change it to "Only if not currently running"
or "For Every Update" and do some testing. That should prevent it from only running one time ever and also from creating duplicates from multiple concurrent changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 01:14 PM
Have you checked the flow designer trigger you created for executions errors?
What about your webhook routing policy conditions?
These are the places I typically find problems when having triggering issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 07:22 AM
Thank you for your reply Kilo - I will check these two out!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 07:53 AM
here is the flow maps we have - anything stick out as an issue?]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 09:52 AM
Stephenb,
Apologies for not responding sooner.
Sorry for the confusion. I was just sharing the locations where I discover most of my problems.
In this particular case, since this is related to SNOW to Jira updates, you'd want to check your Flow Designer triggers.
You'd need a flow that triggers from the rm_story table on updates that has a correlation_id or correlation_display, depending on what fields you're using. You'd select the Jira ID from the correlation_id to make the updates. Something like this:
Then you'd reference the triggering file for its correlation id and use that to reference the corresponding Jira issue.
You can add filter conditions as needed to prevent unecessary updates and reduce overhead on the flow and prevent duplicate updates, etc.