We’re introducing two new features to improve your reporting experience!
JQL Expression-Based Reporting
You can now generate reports directly using JQL expressions without saving them as filters in Jira. This makes it quicker and easier to create tailored reports on the spot!
When using JQL expressions alongside other criteria in the "More Filters" option, the conditions are combined with an AND relation. This means all conditions must be true for an issue to appear in the report.
For example:
If you select "Issue Type" as Bug in the "More Filters" option and also provide a JQL expression like
issueType = Story
, the report will not show any results.If your JQL is
assignee = currentUser()
and you also select Priority: High in "More Filters," the report will show all high-priority issues assigned to you.
Open Reports via URL
You can now open reports using a URL with predefined parameters. This feature allows you to share reports via links or integrate them into other applications and interfaces, making collaboration and workflows more efficient. You can learn about this feature more here.
We hope you'll find these updates useful and enjoyable. If you have any questions or feedback, feel free to reach out to us.
Stay tuned for more updates!