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.
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
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
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.