I am able to use automation to act on the event of a commit into github, but I can't figure out who did the commit. It is NOT the initiator as that is blank.
If I go to the issue and click on the development section, I can see this popup and hover over an author to see their login, so that information is available to Jira. How can I get that login thru automation?
Hi @Cash Coyne
With the Commit Created automation trigger, I do not believe the author is available. Here is a suggestion to add that attribute: https://jira.atlassian.com/browse/JRACLOUD-80720
As a work-around could your rule call a REST API function with the Send Web Request action to get the author, based on the other information in the the {{commit}} smart value? https://support.atlassian.com/cloud-automation/docs/jira-smart-values-development/#--commit--
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.