Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Scriptrunner Script Fragments to hide the "Add flag" & "Remove Flag" options on Agile boards

WP Service Account September 27, 2016

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

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2016

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.

TAGS
AUG Leaders

Atlassian Community Events