How to hide a tab on the screen of a linked issue based on the parent link issue's custom field value.
For Example :
I have an issue called parent "Issue A" from which i create number of linked issues(B,C,D) of different issue type.
now i would like to hide a tab on one of the issues screen(ex: B or C or D) based on the parent issue's custom field value.
Is there a way to hide a screen tab through groovy script or any other approach?
My JIra version is 6.2.7
Quick response would be highly appreciated. Thanks
You should be able to do it with behaviours. see https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/operations-on-tabs.html
But.. I dont think that would work for the scriptrunner that is compatile for jira 6.2.7 :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yeah.. i have checked that already looks like the latest version of script runner is not compatible for 6.2.7 jira..
Thanks for the Reply..Any other apporach?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I haven't used a javascript approach. But i think you could explore that approach to analyze the feasiblity.
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.