Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to hide create issue option in other places in JIRA system except JIRA service desk?

Rajesh Singh October 21, 2014

Hello,

There is requirement to hide create issue option in from screen other than customer service portal.

I know we can do it from access restriction but if a user need to access both service desk and customer portal, then it is not possible to restrict.

 Example:

 JIRA system have two interface:

  1. Customer service desk
  2. JIRA service desk

I want to issue to be created only using customer service not from JIRA service desk.

In JIRA service desk, in issue tab and create issue button, provides ways to create issue.

 

That options, I want to hide.

 

Please suggest way to do that.

 

Best Regards,

Rajesh Singh

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Marco Paleani October 22, 2014

I would suggest to update the permissions via properties to that field in the workflow status -> The field will not rendered

in that case: key=jira.permission.create; value=denied

here some help (little outdated, but idea should be clear: http://www.j-tricks.com/tutorials/permissions-based-on-workflow-status)

 

Rajesh Singh October 26, 2014

Thanks a lot :)

2 votes
Nick October 22, 2014

Maybe hide "create"  button using javascript?

<script type="text/javascript">
AJS.$('.aui-header .aui-button.aui-button-primary.aui-style').hide();
</script>

And then paste this code into the announcement banner

Rajesh Singh October 26, 2014

Thanks a lot :)

TAGS
AUG Leaders

Atlassian Community Events