Hello,
In jira software cloud version, is it possible to search for tickets based on the security level of its comments?
I would like to find all the tickets with at least one comment with a defined security level so that I can modify it.
Thank you for your help.
@SLY,
The only way I'm aware of to do this is using the Enhanced Search plugin for Jira Cloud. There could be another way, but I am not aware of what it is.
If you do choose to use this plugin, you can search using the JQL function commentVisibleRole.
project = SUPPORT AND commentVisibleRole = 'Service Desk Team'
If you want to do this, you'll first need to Synchronize your issues with the Enhanced Search plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.