We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3013af commit c66b5f1Copy full SHA for c66b5f1
workflow/models.py
@@ -124,7 +124,7 @@ def issue_url(self):
124
elif self.platform == self.Platform.GITLAB:
125
return f"https://gitlab.com/{self.repo}/-/issues/{self.issue_id}"
126
elif self.platform == self.Platform.JIRA:
127
- return f"https://{self.repo}/browse/{self.issue_id}"
+ return f"{self.repo}/browse/{self.issue_id}"
128
129
@property
130
def icon_css_class(self):
0 commit comments