Skip to content

Commit

Permalink
fix: update assignee URL for Jira
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Sep 16, 2024
1 parent 0d50d35 commit 2f15861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function jira(string $namespace, string $project): self
{
$this->issues = "https://{$namespace}.atlassian.net/browse/{$project}-%s";

$this->assignees = "https://{$namespace}.atlassian.net/secure/ViewProfile?name=%s";
$this->assignees = "https://{$namespace}.atlassian.net/secure/ViewProfile.jspa?name=%s";

return $this;
}
Expand Down

0 comments on commit 2f15861

Please sign in to comment.