I want to create a new field through automation in Jira. I use this guide https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
Trigger - task created
Condition - Planned start date is not null Planned end date is not null
New field - {{[Planned start date].diff([Planned end date]).[days ]}}
I have a question under what conditions is a new field created? Is there a bug in my automation? Where will I see this new field?
Hi @Ivan Andrieiev - Automation does not create fields. You would need to create the field yourself and then reference the new field in your automation rule. Assuming your project is configured as "Company-Managed" and have Jira admin rights and you'd create the new field here:
https://YOURINSTANCE.atlassian.net/secure/admin/ViewCustomFields.jspa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I created the field, but it is calculated like that, maybe I need to do something else?
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.