This issue has been created
 
 
JIRA Components / cid:jira-generated-image-avatar-f93e09be-6d34-497a-93a8-4b39b257bcf6 JIRA-89 Open

Improve error handling when we have Rights issue

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-249f0c65-51af-4bea-8b52-709f98120602 Josué Tille created this issue on 01/Sep/25 15:27
 
Summary: Improve error handling when we have Rights issue
Issue Type: cid:jira-generated-image-avatar-f93e09be-6d34-497a-93a8-4b39b257bcf6 Improvement
Affects Versions: 11.0.0
Assignee: Unassigned
Attachments: image-2025-09-01-15-22-26-150.png
Created: 01/Sep/25 15:27
Priority: cid:jira-generated-image-static-major-45bee2a5-3a12-442e-9322-90c5a74901e1 Major
Reporter: Josué Tille
Description:

Let's take this example

We have this macro call

{{jira id="testlocaljiranoriquire" source="jql"}}
project = TEST
{{/jira}}

And the user used to send the request to JIRA don't have the rights to access to the TEST project.

In this case we will end with this error

_thumb_44161.png

which is not really explicit about what happen.

This issue is to improve this message when there are rights issue to provide a more explicit error why there are no result.