I have an integration with JIRA where the parent issue is created by an external system. I want to be able to prevent creation of this parent issue within the JIRA UI, but still allow creation of the subtask issues either via the external system or JIRA UI.
Parent issues should only be created via the external system, not within the JIRA UI or our integration/synchroniuzation breaks.
Any ideas on how to do this?
Its possible this can be accomplished using workflow conditions on the Create Issue transition. You could have different conditions for parent issue types than sub-tasks. For example a permission based on group/project role for the parent issue creation that only the external application has and a different set of conditions for sub-tasks:
I'll take a loo, but I'm not hopeful. What I've seen so far is that you can't limit or diable the parent without alto disabling the subtask. thx
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.