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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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/
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.