Hi Guys,
I want to create validation : subtask can create base on parent-issutype
we can used Linked Issues Validator (JMWE app) but it's validated 1 parent-issuetype.
what I need, subtask can created in specific types of issue type (more than 1 issuetype). for example subtask can create in story and bug
can we use Build-your-own (scripted) Validator (JMWE app)? what global variables I need to use?
Regards,
Tyas
you can indeed use a Build-your-own Validator with a script like:
!issue.parent || ["Bug","Epic"].includes(issue.parent.issueType.name)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.