- 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
04-11-2023 10:24 AM
Thank you PLakin1!!!!
- 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
04-11-2023 11:17 AM
Will do thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 07:48 AM
Hi @stephenb ,
Just like Plakin1 mentioned, you need to make sure you have the correct triggers in place in order for the information to be sent out from SNOW to Jira.
A very good solution that we have a great experience with provides you a lot of flexibility and allows you to see what is being sent and received on both sides. This really helps while setting up and designing our integration.
Have a look at Exalate. Might fit your use case as well.
Kind regards,