Dear All,
I have a scenario where i need to find the JIRA Tickets having more than one Labels of the same category (not duplicates .. but of same category as explained below) ..
i have a JIRA Table of 100+ tkts
Scenario:
- check the JIRA Tickets having more than one 'Testing' Labels
(we have many labels like 'Testing-abc', 'Testing-ert', 'Testing-uyi' , 'Testing-456' ... etc .. )
SO,
if any JIRA Ticket has more than one 'Testing' label
(for example, a tkt having Testing-abc and Testing-ert ..both .. )
THEN, i need to display those Tickets as 'Multi Testing Label' ones ..
im trying a code in my Confluence Table Transformer as
//// CASE
When T1.'Labels' LIKE "%Testing%" AND T1.'Labels' LIKE "%Testing%" AND T1.'Labels' LIKE "%Testing%" Then "Multiple Testing Labels"
END AS 'Multi Testing Label' ////
but this is not working ..
hence, reaching out to you .. please help ..
Hi @Ramu ,
Seems that this question is a duplicate of the https://community.atlassian.com/forums/Confluence-questions/Multiple-fields-check/qaq-p/3015650 where you have a thread with @Daniel Berežnoi [for anyone who comes across this question].
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey
My requirement is mix of JIRA & Confluence ..
I have the JIRA Table and queries to be tweaked on Confluence Table Transformation (as this cant be directly done in JQL .. if you read my ask) ..
Hence, the request for Confluence Transformation logic ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.