Is there a way I can remove records where multiple records are returned for the same jira attribute ID in a JQL query (like DISTINCT in SQL)?
Hi @BRIDGET FLANAGAN ,
Welcome to the community !!
JQL's does not list duplicates in same query. It lists only distinct list.
Hi @Rilwan Ahmed
Thanks for the reply
I ment from a list of records returned from my query, I would like to remove records based on a certain Jira attribute having the same value for more than one record.
e.g. from my query I have a list of records with the same attribute value (Known Issue ID) and I would like to return a list where the Known Issue is always unique.
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.