Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using Status of TestExecutionStatus in Structure Formula

Fabian Zihlmann
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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}
Atlassian Partner
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