Hi!
I would like to set my own shortcut in Jira Server.
The shortcut should be like 'Shift + 2" (for example)
How do I save this in the configuration file?
I use this (but it doesn't work)
File: system-keyboard-shortcuts-plugin.xml
<keyboard-shortcut key="action.id.21" state='enabled' hidden="true" >
<order>70</order>
<description key="examplekey.desc">Example</description>
<shortcut>Shift+2</shortcut>
<operation type="click">#action_id_21</operation>
<context>issueaction</context>
</keyboard-shortcut>