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

Put Parent field in Forms Jira Work Mangement

Leena Pratheepan March 28, 2024

 

Hello Community,

I have an order form in Jira Work Management for my company. I can select all relevant custom fields except Parent. Parent is available in the Create Screen.

Can you tell me why Parent is not available in Forms?
Or does someone have the same problem and has found a solution?

 

Best regards,

Leena

3 answers

1 accepted

0 votes
Answer accepted
Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 30, 2024

Hi @Leena Pratheepan 

I found a workaround using Automation

---

Custom Field

  • I created a new global short text custom field - Parent Key (Text)
  • Added the field to the Project's screen (at minimum, the create screen)
  • Took note of the Custom Field's ID
    • Select the breadcrumbs (...) on the right-hand side of the row, and select Contexts and default value. See the ID in the URL, eg. customFieldId=10123

---

Automation

The rule then looks something like this...

  • Trigger: Issue created
  • Condition: Issue fields condition
    • Field = Parent Key (Text)
    • Condition = is not empty
  • Condition: Issue fields condition
    • Field = Labels
    • Condition = contains any of
    • Value = business-form
  • Action: Edit issue
    • Field = Parent
      • Value = {{issue.customfield_10123}}

---

Notes

  • The second Condition checks the issue was created from a Form. Each of these issues has the label "business-form" added.
  • The Custom Field ID is used in the Action. This is more stable than using the name.
  • The Action relies on the issue key being correct within the text-based field.
  • The rule isn't fool-proof, as someone could enter an incorrect key. If however you have a limited list of Epics users can choose from, you could use a Select List instead - which also works in the rule above.

---

Let us know your thoughts!

Ste

 

Leena Pratheepan April 2, 2024

Thank you for your solution, It`s work for me

Like # people like this
Leena Pratheepan April 3, 2024

Parent Automation.PNG{{isue.customfield_10366}} is parent Key

0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 29, 2024

Hi Leena 

You should vote for an following this request. Though I don't think anything will happen anytime soon. 

https://jira.atlassian.com/browse/JWMCLOUD-527

 

0 votes
Rik de Valk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 28, 2024

Hi @Leena Pratheepan , the Sub-Task < Standard Issue < Epic structure is not yet available in Jira Work Management (only in Jira Software). But looking at ATlassian's backlog, they are working on this: https://jira.atlassian.com/browse/JWMCLOUD-30 

You can Watch this issue to get updates on its progress. 

Have a nice day! Rik 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events