You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
We are integrating a problem reporting tool (PR Tool) with Jira. Issues are created in Jira for every Problem ticket created in the external system and vice versa.
I have a listener which listens to Status changes and triggers emails when conditions in a CSV file are met. I have implemented the code till this point.
When an issue is created in Problem Reporting tool, it takes a minimum of 3 minutes to get that issues synced completely in Jira.
For the initial Status changes (for ex, from "Create" to "In Progress") I see that my listener don't trigger emails since some fields are not synced and condition in CSV is not met.
Is it possible to delay triggering the listener for few minutes or anything else that could be done to fix this issue?
Hello @Manjupriya
I think the only way to accomplish that would be to write a Wait/Pause into the code of your script, so that it pauses directly after it starts.
Thank you.
I tried it before, but that affects other functionalities when adding delays.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.