I have two projects Project a and project b but only from project b I want to see the issue with the Label x How do I put this in a JQL
Hi,
If you need to get all issue from project B with a specific label you can do this:
project b and label in('yourlabel')
If you want to get all issue from project b link to an issue in the project A you'll need an addon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.