You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
Back in April of last year one of the major product announcements from Opsgenie was the launch of the Incident investigation view which created a deep connection between Bitbucket and Opsgenie, empow...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.