Hey Jira community!
I recently made an automation rule that is supposed to allow a child ticket to inherit field data from a parent ticket.
All the fields in the rule auto-populate except the start date and end date. It always comes out blank in the child ticket.
Ive attached a screenshot of the rule. What do I need to do to fix this? Thank you!
When an automation rule accesses the smart values for the connected issues, it only loads a few of their fields, such as Key, Summary, Status, etc. These connected issues, smart values include at least:
If instead the rule pulled in all of the data for those issues, you could easily imagine their connected issues would pull in others, in an ever increasing tree of potentially thousands of issues!
When you want other than the basic fields in the connected issues, use the Lookup Issues action with JQL to load the data for those issues, such as the parent, and then use the {{lookupIssues}} smart value in the rule.
Kind regards,
Bill
Please verify the date fields, are you using the same fields which are used in the parent? Please share the screenshot of parent issue fields.
Please check if there are multiple fields available with the same name.
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.
@Manoj Gangwar Hey Manoj,
Thank you for your help.
Ive attached the screenshot of both task and sub task outline and have verified that they are using the same fields as in the automation rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are no other start date/due dates fields in the context for each outline
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.
Hi @Aristos Smirniotis, I'm not able to figure out if you can submit a ticket with the Atlassian vendor using the link below: http://support.atlassian.com/. Then, they will assist you.
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.