Skip to content

Commit

Permalink
[PAY-2778] Update githooks repo to have new Jira Server and create a …
Browse files Browse the repository at this point in the history
…release (#41)

Post Jira migration into sumup cloud, someone needs to update the git-hooks repo to reference sumup atlassian and tag a new release.

[PAY-2778](https://sumupteam.atlassian.net/browse/PAY-2778)
  • Loading branch information
andre-meneses-fivestars authored Feb 24, 2022
1 parent e6df276 commit 0cde252
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmessage.sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ${JIRA_DESC}
# Summary: A paragraph or two explaining the reason for the change and a
# high level explanation of what the changes do.

[$JIRA](https://jira.fivestars.com/browse/$JIRA)
[$JIRA](https://sumupteam.atlassian.net/browse/$JIRA)
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.6.0 - Update Jira urls
*Date:* 2022-02-24

*Tags:* `v1.6~~~~.0`

### Features
*No new features*

### Changes
- Update Jira urls to point at our new SumUp instance

### Fixes
*No fixes*

## 1.5.0 - Update Jira urls
*Date:* 2021-06-14

Expand Down
2 changes: 1 addition & 1 deletion included/lib/jira.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function jira_ensure_configuration_apitoken () {
if ! api_token="$(git config jira.api-token 2>/dev/null)" || "$invalid"; then
if [[ -z "${api_token:-}" ]]; then
printf " ${c_action}%s${c_reset}\\n" "Create a Jira API token"
open_uri "https://jira.fivestars.com/plugins/servlet/de.resolution.apitokenauth/admin"
open_uri "https://id.atlassian.com/manage-profile/security/api-tokens"
fi

prompt_with_default_value "Enter your Jira api token" "${api_token:-}"
Expand Down

0 comments on commit 0cde252

Please sign in to comment.