Description
Description
When performing REST API exports, the logs always present an error about context:
The template requested does not exist on the current context.
How to reproduce
- Upload a global template
- Run the following command to export with it: http://localhost:8080/plugins/servlet/jiraxporter?issueKey=GREYS-7056&outputType=docx&template=Test_template&context=admin
Actual result/Attachments
The logs always present the error below regardless of the context.
The template requested does not exist on the current context.
This should not occur since the template exists in the current context.
Expected result
This error should only be logged when effectively it happens.
Version
- 6.9.10