Skip to content

Commit d239584

Browse files
committed
Correct JIRA issue permalink
1 parent a2fd31f commit d239584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/jira/jira.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ func (c *Client) FindIssues(ctx context.Context, jql string) (*SearchResponse, e
103103

104104
// LinkForIssue returns a link to the given issue
105105
func (c *Client) LinkForIssue(i *Issue) string {
106-
return fmt.Sprintf("https://%s/issues/%s", c.server, i.Key)
106+
return fmt.Sprintf("https://%s/browse/%s", c.server, i.Key)
107107
}

0 commit comments

Comments
 (0)