Hi community,
I'm trying to create a Release Notes template that can be use to all projects. The idea is to look for all bugs in the project I'm generating the RN for, and not in a specific version of that project (release).
If i create this query: project = XXXX and type in (Bug, "Security Bug") AND resolution = Unresolved and priority in ("Critical", "High", "Medium", "Low") ORDER BY priority DESC, labels, component
(XXXX=Id of the project "hardcoded"), the query works but it only considers that project, and again, I want it to be a template.
What parameter should I put on project = .....??
Thanks in advanced