In one of our projects we want to hide 2 Issue Types when creating a Sub Task.
We have multiple Parent Issue Types, all of which you can create a Sub Task.
We have multiple Sub Tasks and want to only show some of them (we cant delete the subtasks as they have been used historically)
Example:
Parent is a Task. When I select Create Sub Task I have to select the Issue type.
Issue Types might be subtask one, subtask two, subtask three, subtask four and so on.
I need to hide subtask two and subtask three.
I found a behaviour script to hide issue types but that only applies to parent tasks. Does anyone have example that I could try to use?
I found https://docs.adaptavist.com/sr4js/latest/features/behaviours/behaviours-examples/restricting-issue-types which works for parent issue types but not for sub tasks so wondering if there is a suitable scriptrunner script that can accomplish this for sub tasks
Hi @Harry Kokay
All apps or issue security relate to the parent.
There was a feature request for this, but Atlassian declined it, JRASERVER-65857
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A workaround can be to have separate issue types, that you link to the issue and have issue security set on these issues.
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.