With the addition of being able to assign tasks to teams as well as individuals I had hoped that this would allow for the ability to @Tag the team from the mobile app.
Sadly this is not the case and will limit our efficiency in using this new function as a good number of our users use JIRA 'on the fly' with the app.
Please consider this functionality to be included in the roadmap for future implementation as it greatly increase the communication between our teams.
Go to your sub-task workflow (make sure the workflow is associate only for the sub-task issue type), click on create transition > Validator > add Validator > Script Validator [ScriptRunner] > Simple scripted validator :
In the condition box paste the code:
I changed the code to check if the issue type is Epic > then block the creation
!["Epic"].contains(issue.parentObject?.issueType.name)
Add to the "Error Message" box your message.
Leave the "Field" empty.
Let me know if it's work for you.
Hi @Neta Elyakim,
Thanks a lot!!!
It's working but I want to hide that create sub-task button.
Is that possible?
Thanks again,
Manikanta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's may be possible with JS but I never did it.
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.