I want to reorder the "Create Subtasks" from Issue view, More option.
I was referring to the below article about reordering the options by updating <jira-install>/atlassian-jira/WEB-INF/classes/system-issueoperations-plugin.xml.
How to re-order the list of issue operations in an issue.
Will there be any impact in JIRA if I proceed with this option to update the weight?
<web-section key="operations-subtasks" name="Ops Bar Operations Subtask Section Section" location="opsbar-operations" i18n-name-key="webfragments.view.issue.opsbar.operations.subtasks" weight="50"/>
or is there an alternate option to do it?