You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Dear Community
I am a fledgling Scrummy for my Team and for JIRA. I am taking care of our board and dashboards to make life easier (my own as well).
Recently we have started using Releases in Confluence to share them with the rest of the IT Department. Unfortunately, I can see a bit of behavior where validation on Release Notes is being workaround with ".", "NA", "N.A." etc., or left completely empty (and this is for specific issues).
I would like to provide a filter where I can show all of those empty or not correctly provided Release Notes. Below you can find the syntax I have created:
project = "MyProject" AND sprint in openSprints() AND status not in (Rejected, Duplicate) AND type not in (Epic, Task, Sub-task, Analysis, "Smoke Test Task") AND "Release Notes[Paragraph]" ~ "\"NA\"" ORDER BY key ASC, assignee ASC
My question: Is there a way to use "Release Notes[Paragraph]" either for the EMPTY field or multiple texts?
Looking forward to seeing your responses.
Adrian Sz.