O valo inteligente {{worklog.created}} mostra a data em que o worklog foi criado, porem preciso que ele mostre a Date Started.
If I understand your question in the correct way then this is your question :
Is there a smart value that shows the started date of a work log?
The smart value {{worklog. created}} shows the date the worklog was created, but it needs to show the Date Started.
Workaround :
By creating a custom field to store the "Date Started" value and then using the custom field's smart value in your automation rules, notifications, or other places where you need to display the started date.
Create a custom field in Jira:
a. Go to Jira Settings (gear icon) > Issues > Custom fields.
b. Click on the "Add custom field" button.
c. Choose the "Date Picker" field type and click "Next. "
d. Name the custom field "Date Started" or something similar, and click "Create. "
Add the custom field to the screens you need it to appear on:
a. Go to Jira Settings (gear icon) > Issues > Screens.
b. Find the relevant screen(s) and click "Configure. "
c. Add the "Date Started" custom field to the screen.
Create an automation rule to update the "Date Started" custom field when work is logged:
a. Go to Project settings > Automation.
b. Click "Create rule" and choose the "Work log created" trigger.
c. Add an "Edit issue" action to update the "Date Started" custom field with the value of {{worklog. started}}.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.