Skip to content

Commit

Permalink
Add extra issue link type
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Dec 8, 2023
1 parent e80704c commit a44e44b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/test_jira_juggler.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
outward="blocks",
self="http://www.example.com/jira/rest/api/2//issueLinkType/1010",
),
LinkType(
id="1050",
name="Dependency",
inward="is dependency of",
outward="depends on",
self="http://www.example.com/jira/rest/api/2//issueLinkType/1050",
),
]


Expand Down Expand Up @@ -133,7 +140,7 @@ class TestJiraJuggler(unittest.TestCase):
}},
"type": {{
"name": "Blocker",
"id": "10031",
"id": "1010",
"inward": "is blocked by",
"outward": "blocks"
}}
Expand Down

0 comments on commit a44e44b

Please sign in to comment.