You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hey there,
I'm Software test engineer working with Xray Jira tool. I'm creating test cases with URL inside step. After the import into a test case ticket, seems to not recognizing the text as a hyperlink text. Whether I put a <a> tag or write 'https://', the text isn't clickable. I have to edit the text to convert it as a link after the JSON import, which is not what I would like.
Am I missing something during the writing process?
Here are the example
Xray overview
JSON File
Thank you.
Cheers, C.G
regarding the following link it should work ba encapsulating in <a href…></a> tag:
did you try exactly this format? eg
<a href='www.test.com'>Test</a>
Best
Stefan
holy moly that was a tricky one. Took me some time to then find an easy way to find out:
I added a test step with a link and then exported the steps to csv =D and then tested it to import with JSON --> worked.
the correct syntax is:
[<text_to_show>|<URL>]
eg:
[Atlassian|www.atlassian.com]
results in:
Give it a shot and let me know if this solved your problem.
Best
STefan
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.