Hi, can the Script Fragments functionality in ScriptRunner be used to hide the "Add flag" & "Remove Flag" options on Agile boards for 1 project?
image2016-9-27 16:43:55.png
I've used the Script Fragements to hide other UI elements but cannot seem to do it for this particular scenario
The reason for this is we are programatically setting/removing the flag based on other field entries, i.e. forcing the user to add a comment as to why they are flagging/unflagging the issue.
Any help is greatly appreciated.
Thanks,
Conor
You can only remove UI items if they are shipped in the plugin as a <web-item>, <web-section> etc etc.
Unfortunately JIRA Agile does not play the game.
You can do it by injecting some javascript using Script Fragments -> Install web resource - but it's not as easy.
The context is "gh-rapid".
Hide the flag using:
AJS.$("#ghx-issue-ctx-action-flag-toggle-container").remove()
Get the current issue using:
JIRA.Issue.getIssueKey()
There may be more to it than I've said above... I have not tried this.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.