I am looking for guidance on how to define a parent link/parent as mandatory when creating a new issue type? Specifically, I'm looking for a way to enforce tat users cannot create an issue without associating it with a parent issue within the hierarchy.
Thanks!
Thanks for the detailed reply @Irina Mosina (TechTime).
2. What is the validator you mentioned?
3. Did you mean something like a popup comment?
Thanks again
Hi Shiri.
1. The Validator is something you can add to your workflow and is there to check that all the values you need for the next steps in the workflow. You need to be a Jira admin to add that
2. Automation can add a comment on the issues that be viewed below but will also send an email notification.
Another way to monitor the usage of Parent Link for a mature team is to run a query like the one below and create a simple dashboard based on it:
Query example for my list of projects and ignoring Initiative as an ultimate issue type, your value might be different of course:
"Parent Link" is empty and Project in ("Customer Support", "Portfolio Management", "Marketing Service Desk") and type!=initiative ORDER BY updatedDate DESC
Once you've run the search, save it and then you can add a gadget to your Dashbard called Filer Results and keep an eye on it or even create a subscription that can be sent (emailed) to a select group of team leads or managers.
Irina