Hi All,
I am sending a web request(POST) to trigger the Bitbucket pipeline using Automation for Jira and since it is async API, I have to loop and do a subsequent web request(GET) to get the pipeline completion status. Can I achieve this? if yes kindly explain.
Thanks in advance.
*Theoretically* - you can write a new rule which does this for you.
Once you have this new rule setup, you modify your original rule and after your POST action, you call this webhook rule and send your pipeline ID in the payload with count = 0, so the above steps discussed can be done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @dhanarajanr -- Welcome to the Atlassian Community!
No, that is not a capability of automation rules.
What problem are you trying to solve by doing this? That is, why do this? Knowing that may help the community to offer better suggestions.
Until we know that...some potential work-arounds are:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Bill Sheboy for your response and approach options. I am planning to use the incoming webhook option suggested by @Kalyan Sattaluri as it suits my situation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.