Hello,
I've created several custom JQL reports.
As a Jira user, I would like to see the report title when I look at the report instead of seeing the raw JQL query.
For example, if I wrote a JQL query to see all Pending issues in the Sysadmin project, I want the report title to be "Sysadmin - Pending".
In other words, I want a title, as in https://stackoverflow.com/questions/15625305/using-standard-sql-how-do-i-make-a-report-with-a-top-title
Like the \C option in PostgreSQL's psql utility:
\C [ title ]
Sets the title of any tables being printed as the result of a query or unset any such title. This command is equivalent to \pset title title
. (The name of this command derives from “caption”, as it was previously only used to set the caption in an HTML table.)
I looked at the JQL documentation but didn't see anything like this.
I noticed clicking around I can save my custom report as a filter, and then the filter name shows up as a title. So this effectively accomplishes what I wanted to solve as far as titling the report is concerned. (Though it still shows the raw jql, which I want to hide.)
Hi @atsalolikhin -- Welcome to the Atlassian Community!
How are you sending these reports? For example, email, Slack post, etc.
Have you investigated the automation rule features? You could build a report using your JQL, and trigger or schedule it to send the results with a bit more formatting than with a subscribed filter. You can use basic HTML for the formatting.
Please see this documentation for more details:
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Bill! I am not sending these reports, I am viewing them through the Web UI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Gotcha. If you want something more configurable than out-of-the-box JIRA Cloud, you may need to investigate the marketplace for potential add-on features, or build an app using data from the REST API.
Best regards,
Bill
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.