how to customize the "you can't view this issue" message

john wierzchowski November 3, 2018

Is it possible to alter the "you can't view this issue" or "you do not have permission to view this issue" message to include a link to a confluence article?

1 answer

0 votes
Alexey Matveev
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 Leaders.
November 4, 2018

Hello,

You could create a plugin with a web-filter module. In this filter you would catch all requests to the "you can't view this issue" page and redirected to your own page.

You can find more info about the  web-filter module here:

https://developer.atlassian.com/server/jira/platform/servlet-filter/

john wierzchowski November 5, 2018

Alexey,

Thanks for this suggestion I will definitely check it out. Ingenious idea!

john wierzchowski February 13, 2019

@Alexey Matveev I am having a hard time, i followed a few tutorials and the servlet filter tutorial as well, but it does not seem to do anything at all. when i go to the hello world page it just gives a 404. I've been searching around but cannot find any resources to expand on the tutorial. 

Suggest an answer

Log in or Sign up to answer