Skip to content

Commit

Permalink
Merge pull request #1254 from pestphp/bugfix/jira-url
Browse files Browse the repository at this point in the history
fix: update assignee URL for Jira
  • Loading branch information
nunomaduro committed Sep 18, 2024
2 parents 0d50d35 + 2f15861 commit 689da4e
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 689da4e

Please sign in to comment.