The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Are post functions atomic?

Scott Hung
September 1, 2013

When a post function is used does it run to completion before moving to the next post function in the chain?

When a sub-task is created I copy its parent ID into a custom field in the subtask. The next post function in the chain pushes this to SalesForce via a connector. Can I be sure the parent ID will always be set before the issue is pushed to salesforce?

Thanks,
Scott

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 1, 2013

Yes, the order of the post functions matter. The first one is completed before moving on to the next.

Scott Hung
September 2, 2013

Good, that helps narrow the possibilities!