On agile board when the feature panel is expanded user can see a link to create a feature, Need to hide it
Hello @_Uday Kiran ,
Check out the following KB article that gives an example of how to hide a UI element by injecting custom CSS intercept and modification launched from the sites announcement banner:
Alternatively I know the Add-on Scriptrunner has a hide UI element built in script as well that should work for this if you have it installed already, or do not what to use the custom script injection method above, Details can be seen here:
Regards,
Earl
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.
HI @_Uday Kiran ,
Make sure the setting to add HTML to the field is enabled, in Jira 8.7 and later a setting was added with the default shifted to OFF as covered in:
Enable HTML in custom field descriptions and list item values:
Allows to add HTML to the descriptions of custom fields and the values of list items.
Default: OFF (recommended for security)
If this is disabled the script will just be displayed in the description as plain text, and no action taken.
Regards,
Earl
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.