...
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 work seamlessly with alongside other criteria in the “More Filters” option (combined using "More Filters" option, the conditions are combined with an AND relation). This makes it quicker and easier to create tailored reports on the spot!. 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. [LINK HERE]
...