Hello!
I'm trying to set up a query for a dashboard that will allow me to track if something has been sent out for review or not. Currently, the only way we keep track of this is commenting on the story that the documentation has been sent to someone for review (we don't have like a checkbox or anything for this).
I'm pretty new to JQL and I'm not even sure you can use the comment box on a story in a query to pull information so I figured I would ask here.
Ideally, it would use something like if a specific user comments "documentation out for review" then it'll pull that info for my rich filter on my dashboard.
Hopefully this at least kind of makes sense. Like I said before, I'm very new to JQL so I appreciate any help/feedback! :)
I don't think there's anything built into Jira natively that will allow you to search the contents of specific comments. There are options out there like ScriptRunner that will give you some JQL functions to search for issues with comments by certain people within a given time period, though. An example using ScriptRunner (more docs here):
issueFunction in commented("after -7d by alex.christensen")
I would also recommend tracking "In Review" as a status or something in your workflow. Having a separate status for this would be easier to report on rather than relying on comments that have specific content, in my opinion.
Thank you for the reply, I agree that after talking to others at my work and doing some digging I don't think that there is so we'll have to go a different direction.
I'll look into the ScriptRunner though, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.