Hello,
I need to retrieve an OPS ticket, that has another ticket(not OPS ticket) linked to it.
When I do: "project = OPS", it doesn't show me the ticket that I need, but when I unlink them, it shows me the OPS ticket. How do I show all the OPS tickets and the ones that I link to other tickets(not OPS)?
issueFunction in linkedIssuesOf("project = OPS")
That should get you all linkedissues to tickets od project OPS.
Does this line go into JQL query such as $"project = issueFunction in linkedIssuesOf(`project = OPS`) AND Client = '{clientName}'" or do I need to install script runner for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you talking about
ops issues and their linked issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you need a third party plugin like scriptrunner or JQL Search Extensions for Jira & reports
Get all linked tickets to ops, if you want not linked with ops then project!=ops
issue in linkedBy("project=ops)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.