Hello All,
We want to call GitAction from Jira hence we have to send Jira ticket ID dynamically in payload , is there any option to get value and pass to Git Action ?
I have seen this https://github.com/orgs/community/discussions/65881 where we can pass like this
{
"event_type": "my_event",
"client_payload": {
"jira_issue_key": "ABC-123",
"jira_assignee": "john.doe"
}
}
but instead of ABC-123 , I have to get this dynamically once Jira rule is called. Can someone plz help here? Thanks