I added some labels to one issue, how can I search it out by its labels I set?
For example, I set two labels to 1 issue, they are: SYNC, IVI. How can I search out the issues containing the label as SYNC? Can some one show me the JQL?
Thanks Alex, this can't work. But I found a way to realize my request as below.
issueFunction in issueFieldMatch("project in (RIBBON, CPPJANUS)", labels, "SYNC")
This can help to filter out the issues whose labels contains "SYNC".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ianna ,
you can use the following JQL to search for labels :
labels = SYNC
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Alexis, but it doesn't work. If the labels of the issue only have 1, this can work, but if there are several labels for one issue, we cannot use"=".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found a way to realize my request as below.
issueFunction in issueFieldMatch("project in (RIBBON, CPPJANUS)", labels, "SYNC")
This can help to filter out the issues whose labels contains "SYNC".
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.