In Jira Cloud Software, I'm using Jira Automation with a simple incoming webhook to create issues.
It would be really useful if Jira sent a response to the webhook back to the calling API, ideally with the Key of the issue created.
Is this already configured and if so, how do I capture the response?
Thanks
Hi @James Mack -- Welcome to the Atlassian Community!
My guess would be "not yet", as this idea is in the backlog as a suggestion:
https://codebarrel.atlassian.net/browse/AUT-1031
Best regards,
Bill
Oh, I also have this requirement to get the jira issue key back.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I could really use this as well, in the form of "subprocedure", i.e., one rule calling another to perform an action and return a result back to the calling rule.
Workarounds are clunky and invite poor design. E.g., one rule calls another (via web request), which then calls a third, which finishes the originally intended actions. You might luck out in your context where the changes made in the subprocedure rule happen to fire events that other rules can be triggered from (although effectively not much different than an incoming webhook anyway).
Regardless, you have to chop the original calling rule into two parts, even though they logically belong together. And you risk only part of the original flow actually completing successfully, say due to connectivity issues.
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.