Hi !
How do you do ?
i'm currently working on two automatisation and i find myself stuck.
First, i want to had an automatisation when an issue is created, i want that the epic link/parent to be auto-complete by an epic regarding of the creator of the demand. The second point is to auto complete the story point or the remaining time with the other field (story point to remaining time )
I tried with this
{ "update": {
"parent":
"{{issue.Parent}}": {
"set": "{"id":"12549","key":"AF-1726""}
"fields": {
"timetracking": {
"remainingEstimate": "{{issue.timetracking.customfield_10074.businesshour}}"
}
}}
But it doesn't work.
In the second time, i want to have a slack notification every morning with the issue that broke their SLA.
Do you have any advice ?
Do you have a french or english documentation for JQL or Json beginners?
Best regards,
Julien P
You might want to look at the following Automation Rule in Jira to help with the SLA issue:
The configuration for this rule looks like this:
An advantage is that this will notify in real-time and before the breach, rather than after-the-fact and once-per-day. This approach is more likely to provide timely updates, allowing people to respond more quickly, which helps avoid exceeding SLAs (should be SLE, but I'm trying to be helpful here, not go on an Agile rant!).
More here:
https://support.atlassian.com/jira-software-cloud/docs/automation-triggers/
Good luck, and best wishes!
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.