Hi,
I want a JQL function that can be realized is: in the issue column under a certain condition, you can find the assignee without duplication. For example, there are three issues in the issue, and the assignee are : A, B ,A ,B ,C. I only need A 、B and C.
JQL : project = xxx AND Sprint = xxx, this jql query result is:
issue first : assignee is A
issue second: assignee is B
issue third: assignee is A
issue fourth: assignee is B
issue fifth: assignee is C
but,I want result is:
issue first : assignee is A
issue second: assignee is B
issue fifth: assignee is C
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.