Modify list of actions on Jira screen

andrey dmitriev March 14, 2012

Upgrade to Jira with top navigation.

Unfortunately, our most popular action "Log Work" now requires an extra click to "More Actions"

Where can we define and put it on the main screen?

can even get rid of comment if needed, we don't use it much.

2 answers

1 accepted

2 votes
Answer accepted
Jozef Kotlár
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.
March 14, 2012

You could increase priority of action Log Work in atlassian-jira/WEB-INF/classes/system-issueoperations-plugin.xml:

diff --git a/atlassian-jira/WEB-INF/classes/system-issueoperations-plugin.xml b/atlassian-jira/WEB-INF/classes/system-issueoperatio     s-plugin.xml
--- a/atlassian-jira/WEB-INF/classes/system-issueoperations-plugin.xml
+++ b/atlassian-jira/WEB-INF/classes/system-issueoperations-plugin.xml
@@ -75,7 +75,7 @@
                 </condition>
             </web-item>

-        <web-section key="operations-work" name="Ops Bar Operations Work Section" location="opsbar-operations" i18n-name-key="webf     agments.view.issue.opsbar.operations.work" weight="20"/>
+        <web-section key="operations-work" name="Ops Bar Operations Work Section" location="opsbar-operations" i18n-name-key="webf     agments.view.issue.opsbar.operations.work" weight="15"/>

I would recommend also put more actions into top menu bar using configuraction item (look either http://confluence.atlassian.com/display/JIRA042/Advanced+JIRA+configuration+with+jira-application.properties or http://confluence.atlassian.com/display/JIRA/Advanced+JIRA+Configuration depending on yuor JIRA version). E.g.:

ops.bar.group.size.opsbar-operations = 3

0 votes
Vishnukumar Vasudevan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 14, 2012

Log Work can be added to the screen.

Go to your screens and add the field 'Log Work'.

For removing comment, you may use workflow properties.

Ref : http://www.j-tricks.com/1/post/2011/02/permissions-based-on-workflow-status.html

Suggest an answer

Log in or Sign up to answer