Skip to content

Commit 322d1d3

Browse files
danielsinaiMPTG94
andauthored
Added changelog (#196)
* Added changelog * Added changelog * Update integrations/jira/CHANGELOG.md Co-authored-by: Mor Paz <[email protected]> --------- Co-authored-by: Mor Paz <[email protected]>
1 parent 7a39f40 commit 322d1d3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

integrations/jira/.port/resources/port-app-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ resources:
1515
- kind: issue
1616
selector:
1717
query: "true"
18+
jql: "status != Done"
1819
port:
1920
entity:
2021
mappings:

integrations/jira/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
0.1.7 (2023-10-30)
11+
12+
### Improvements
13+
14+
- Fixed the default mapping to exclude issues with status `Done` (#1)
15+
16+
1017
0.1.6 (2023-10-29)
1118

1219
### Improvements

integrations/jira/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Jira"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Integration to bring information from Jira into Port"
55
authors = ["Mor Paz <[email protected]>"]
66

0 commit comments

Comments
 (0)