Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How we can show the custom button just like edit button on jira screen?

Ayush Bhardwaj November 25, 2019

How we can show the custom button just like edit button on jira screen?

2 answers

1 vote
Ayush Bhardwaj November 26, 2019

After doing some research, we found that we can show the easy button just like edit button on issue screen.
For this, We have to add below property in jpm.xml file.

<property>
<key>ops.bar.group.size.opsbar-operations</key>
<default-value>2</default-value>
<type>uint</type>
<admin-editable>false</admin-editable>
</property>
Basically, this is called "ops" bar where all the functions exists like "Edit", "Comment", "Assign" and if we increase its size, then functions which are present in the "More" menu will be visible on opsbar.
By doing this, the Easy button will be visible on the issue screen just like edit button on tech issue.

We are not able to implement this as we don't have permission to make any changes in this file. So, Could you please arrange to add this property tag in the 'jpm.xml' file.
File Location : "C:\Program Files\Atlassian\JIRA\atlassian-jira\WEB-INF\classes\jpm.xml".

Use Section in Fragment : operations-top-level

Ayush Bhardwaj November 26, 2019

We are using Script Runner for this implementation.

0 votes
Sreenivasaraju P
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.
November 25, 2019

Hi @Ayush Bhardwaj ,

You have to write your own plugin for the same. You can do this using Web-item module. Please refer below link for the same.

https://developer.atlassian.com/server/jira/platform/web-item/

Suggest an answer

Log in or Sign up to answer