Skip to content

Commit

Permalink
Get links properly for adding
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Dec 3, 2024
1 parent ebf02ad commit 1b0b40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/utils/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def link(
"""

# TODO: Shall we cover all relations instead?
for link in links.get("verifies"):
for link in (links.get("verifies") or links.get("relates")):

# Save the link to test/plan/story metadata on disk
for tmt_object in tmt_objects:
Expand Down

0 comments on commit 1b0b40a

Please sign in to comment.