I have created the fields for my Automation project.
Remaining Test Hours: {{issue.subtasks."Test Hours".sum}} - computes the remaing test hours from all the subtasks assigned to the issue.
Shipping Time: {{"Need By Date".diff(now).hours.abs}} - calculates the time remaining hours left before shipment.
For the Tool Status: I have 3 predetermined values:
I just need a guide where to start and what is the best options i can do.
Hello @Ray Balmeo Cagayon
You can do this with an Automation Rule.
https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/
How do you want to trigger the rule?
To actually set the Tool Status field you could use an IF-ELSE construct.
https://support.atlassian.com/cloud-automation/docs/jira-automation-conditions/#If-else-block
Where I have the Edit Issue Fields action, that is where you would set the value of the Tool Status field.
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.