Hello,
custom templates can be created in spaces: https://confluence.atlassian.com/doc/create-a-template-296093779.html
I am looking for an overview that lists all space templates. In the administration area I can only find an overview for the global templates.
My search on the database in bodycontent or bandana was unsuccessful. Where is the data stored in DataCenter?
Best Regards
Ralf
As you are on DC, see this article: https://community.atlassian.com/forums/Confluence-questions/How-to-find-all-user-defined-templates-in-confluence/qaq-p/2078772
Hi @Marc - Devoteam,
thanks for the link. The content was very helpful. I was able to create the overview.
Best Regards
Ralf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi loan_nguyen,
This looks like a known issue with Jira 10.5.1 where the dashboard gadgets are generating malformed JQL queries.
Quick fixes to try:
AND NOT "" is EMPTY
part from the JQL when it appearsRoot cause: This seems to be a bug in how the dashboard gadgets handle empty field filters in the newer version.
Workaround:
AND NOT "" is EMPTY
clause manuallyLong-term solution: You might need to contact Atlassian Support about this - it appears to be a regression in 10.5.1. Include your exact JQL and steps to reproduce.
Have you tried recreating the dashboard gadgets from scratch? Sometimes that helps with version upgrade issues.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.