I want to create a rule that creates a new Jira story when a page status is set to Verified and that can dynamically set the Reporter to that page owner. Right now, I am only able to select a specific user as the default reporter.
I would also like to set the parent epic link upon Jira ticket creation, but that does not seem to be an option. Can anyone help?
Then, is it possible within the same rule or a separate rule that when the Jira ticket status is set to Completed that I can send a Slack message notification?
Hello @Kalei Libby
In your automation set the assignee to a smart-value such as {{content.author.accountId}}
you cant via confluence automation to set an epic upon creating a Jira work-item.
i suggest you will create an automation on Jira side to handle the add of an epic based on some value you will pass from Confluence.
For Slack, yes it is possible, simply create an automation that the trigger is status changed to Completed and for the action - send Slack message to a channel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.