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
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
Plan, prioritize, and estimate upcoming work by creating and configuring agile Jira boards for company-managed projects.
Learning Path
Registered Scrum Basics™
Manage work more effectively by learning scrum basics from a global leader in agile transformation and training—and get credentialed by Scrum Inc.®