Skip to content

Commit

Permalink
[Integration][PagerDuty] - Update incident url (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyGis authored Nov 19, 2024
1 parent 18adb07 commit cb7734b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resources:
blueprint: '"pagerdutyIncident"'
properties:
status: .status
url: .self
url: .html_url
urgency: .urgency
assignees: .assignments | map(.assignee.email)
escalation_policy: .escalation_policy.summary
Expand Down
8 changes: 8 additions & 0 deletions integrations/pagerduty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.116 (2024-11-18)


### Improvements

- Updated the incident url mapping to use html_url instead of the api url. (0.1.116)


## 0.1.115 (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion integrations/pagerduty/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pagerduty"
version = "0.1.115"
version = "0.1.116"
description = "Pagerduty Integration"
authors = ["Port Team <[email protected]>"]

Expand Down

0 comments on commit cb7734b

Please sign in to comment.