My goal is to remove the "Clone" Link from More Actions
i did it by adding this code as a value into a Message Custom Field (for view) wich i assigned to the Screen from the specific project
<script type="text/javascript"> { cloneMenuItem = document.getElementById('clone-issue'); if (cloneMenuItem) { cloneMenuItem.parentNode.style.display = 'none'; } } </script>
works nice...now i want to extend this by adding a condition that restricts clone-issue only to users in projectrole i.e. Developers (id 10001) of a project.
how to get it in that code?
Thanks for any suggestions
Solved! Go to Solution.
no this can't be done with workflow properties cause this operation is not based on issue linking.
see response from atlassian support
Clone issue in JIRA is not based on the permission to issue linking. There is a workaround that mentioned in this link to remove/restrict the Clone button for specific user or specific screen in JIRA
no problem... :)
outdated
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.