Using Status of TestExecutionStatus in Structure Formula

Fabian Zihlmann January 11, 2022

Hello everybody, 

I'm struggling in using status (pass, fail, ...) of TestExecutionStatus in the Structure Formula.

I would to print specific text on specific conditions like the followed example:

IF (TestExecutionStatus.pass = 100.0):
"OK"

If(
TestExecutionStatus.pass = 100.0; "OK";
TestExecutionStatus.fail > 0 >; "FAILED";
"unknown")

 

Has anybody an idea how I can get search for each status in variable TestExecutionStatus?

Thanks in advance! 

Fabian 

1 answer

1 accepted

1 vote
Answer accepted
Dionathan Lopes _ALM Works_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
January 11, 2022

Hello @Fabian Zihlmann 

Dionathan with ALM Works here.

Unfortunately, this is not currently possible - Structure doesn't have access to XRAY TestExecutionStatus and other custom fields' attributes.

However, If you want, we can keep you in the loop and share an update if that changes.

Please let me know if you have any further questions.

Best Regards,
Dionathan Lopes
www.almworks.com 

Suggest an answer

Log in or Sign up to answer