I have an item epic. The epic has children issues. The epic and the cildres issues have a field called Data de Início Real.
When the epic goes to a specific status (for example EXECUÇÃO) I need to update this field in the epic with the earliest value in these field (Data de Início Real), from children issues. Can you help me?
Hi @Santiago Almeida -- Welcome to the Atlassian Community!
What have you tried thus far to solve this need?
If you have a rule that is not working as expected, please post:
Those will provide context for the community to offer suggestions.
If you have not yet started a rule, I encourage you to try to do so. Successfully using automation requires learning and experimentation.
To help you get started, your approach will depend upon your Jira version:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information.
To use the {{lookupIssues}} smart value, your rule must first call that action, using JQL. An outline for your rule could be:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you add the Lookup Issues action to your rule, you will see the location to enter the JQL.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.