Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Date custom field in the epic and update using the children issuesc

Santiago Almeida November 1, 2024

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?

2 answers

2 accepted

1 vote
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 1, 2024

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:

  • what version of Jira you are using (i.e., Cloud, Server, or Data Center),
  • an image of the complete rule, and
  • an image of the audit log details showing the rule execution. 

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

Santiago Almeida November 1, 2024
Hi Bill,
I am using JIRA Cloud.
Thanks,
The rule i am doing is to prepare the solution.
Rule.PNGRule - Action 1.PNGRule - Action 2.PNG
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 1, 2024

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:

  • trigger: issue transitioned
  • condition: issue type equals Epic
  • action: lookup issues, with JQL to get the child issues for the epic
    • parent = {{triggerIssue.key}}
  • smart value condition:
    • first value: {{lookupIssues.size}}
    • condition: greater than
    • second value: 0
  • action: edit issue, to set your date field to
    • {{lookupIssues.your field.min}}

 

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 1, 2024

When you add the Lookup Issues action to your rule, you will see the location to enter the JQL.

0 votes
Answer accepted
Santiago Almeida November 1, 2024

The log is empty

Santiago Almeida November 1, 2024

I am new here. Where I put the JQL?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events