Cześć
I would like to automatically copy the security level from the epic to the task and this is the rule I have created, it works perfectly.
However, it eats up almost all of my automation limit.
I wonder if it is possible to use Advanced Comparison to compare half value fields in an epic and an issue?
I would like to define it more or less like this:
1. If Issue.SecurityLevel =! ParentSecurityLevel
2. than copy Security Level from Parent
Do you think this is possible? How exactly do you write down smartvalue. The correct syntax for customised fields is a problem for me.
That might be possible...Are these custom fields you have created?
If so, please use this how-to article to identify the supported smart values (and custom field ids) for your fields. Smart values are name, spacing, and case-sensitive so using the correct one is key. Essentially the steps are:
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
And once you have that information, you can compare them with the Advanced Compare Condition like this, substituting in the correct smart values. I am assuming these are single-select fields in my example.
Kind regards,
Bill
Hi,
thank you. That was good direction.
{{issue.issue.security.id}} and {{issue.parent.security.id}}
{{issue.security}}
The text of the security level.
Available properties:
{{issue.security.name}} - Returns the security level name.
{{issue.security.id}} - Returns the security level ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.