I am trying to use Webhooks to cause something to happen in another app when a Fix Version is created in Jira. However, I want the user who created the Fix Version to be in the payload. One thing I was wondering is whether I could create a custom field on a Fix Version (not an Issue) that I could use to hold CurrentUser()
Hi @Rees_ Ian
I have not tried either of these approaches...
Have you considered using an Automation for Jira rule to initiate the call to the service (with Send Web Request), triggered on Version Created and sending the author information from the {{initiator}} smart value? (Initiator is the user who performed the action triggering the rule.)
Another possible approach would be to have your service call back to the Jira REST API to get the audit log entry for the creation of the version. I do not recall, but that may have the author in the audit record.
Kind regards,
Bill
Hi,
You will need to write you own app or check the marketplace. The fixVersion creation permission is tied to the administer project permission, you could try to grab all the user in this permission and send this information to your app (is not accurate but seems much easier than create an app)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.