Hello everyone!
Need some advice in automations.
As we work with date and time (not only date) in our Jira projects, we use Actual start - Actual end fields. But we have to set Start Date and Due Date as well for some other reasons.
Is there a way to create a rule that could set a Due date from Actual end and Start date from Actual start?
Now I can't even find smart values for actual start - actual end fields...
Hope someone could help)))
Best regards
Hi @Yulia Kurgan-Ishmuratova ,
Welcome to the community !!
To set Due date based on Actual Start field, you can set it easily in automation rule.
i.e. select rule action --> Edit issue, select Due date and copy field value from Actual end.
Sample rule screenshot:
You can refer below link to know more about smart values for custom fields and date functions
https://support.atlassian.com/cloud-automation/docs/smart-values-in-jira-automation/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the info; didnt know the field copy function; works also for me.
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.
@Yulia Kurgan-Ishmuratova arent "Actual start" and "Actual end" Custom Fields? Because then you have to get them per customfield id like {{issue.customField_xxxxxxx}}. The ID of a custom Field you can find out in custom field section by looking in the url when you hover over the link for screens or projects. Also for end date maybe {{issue.dueDate}} is used. Hope this is of help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A very helpful advice! thanks a lot for the life hack with the custom field 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.