The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Modify Source Code Of Page

Nicole Kraemer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 4, 2017

I want to modify the source code of the page:
https://jira.domain.com/projects/Sample/queues/custom/1

Especially i want to comment out the line:
<a id="create_link" class="aui-button aui-button-primary aui-style create-issue " ....

How can i do this?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 4, 2017

You'll need to either

  • unpack the file providing service desk, find the right file, hack it and rebuild the file
  • get the source code, make your tweak and recomplile it

Both of these are a faff, render you unsupported and frankly aren't worth it, especially as you're removing useful functionality

Nicole Kraemer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 4, 2017

Thanks Nic.
I want to hide the Create-button in the navigation bar. How can i do this.

create.png

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 4, 2017

The way to do that is use permissions to stop people being able to create issues.