JQL Truncation issuekey

Nadja_Agreiter September 14, 2018

Hello everyone,

I'm having trouble with using truncation for the field "issue key". I found out already, that "~" ist an unsupported operator for "issue key".

I want to get all undone issues in a project, linked to a certain epic, but do not want issues with issue key = "HHVASE*"

My JQL so far is:

Epos-Verknüpfung = KLNVASE-465 AND status != Done AND issuekey in (..., ...)

 

Is there any other way to truncate the field issue key?

 

Thanks in advance

Nadja

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 14, 2018

Hello,

I guess HHVASE is a project key. That is why you can just write a JQL like this:

project = HHVASE
Nadja_Agreiter September 14, 2018

Hi Alexey,

you are perfectly right! I had not in mind this context. Thank you very much!

 

Greeding,

Nadja

Suggest an answer

Log in or Sign up to answer