Skip to content

Commit d10e4d5

Browse files
authored
Update JIRA sensor to use patched search (#89)
* Update jira_sensor_for_apiv2.py * Update CHANGES.md * Update pack.yaml
1 parent 9c2a196 commit d10e4d5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 3.2.3
4+
- Addresses [#87](https://github.com/StackStorm-Exchange/stackstorm-jira/issues/87) JIRA sensor failure due to [deprecation of /v2/search endpoint](https://developer.atlassian.com/changelog/#CHANGE-2046)
5+
36
## 3.2.2
47
- Addresses [#87](https://github.com/StackStorm-Exchange/stackstorm-jira/issues/87) search failure due to [deprecation of /v2/search endpoint](https://developer.atlassian.com/changelog/#CHANGE-2046)
58

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- issues
77
- ticket management
88
- project management
9-
version: 3.2.2
9+
version: 3.2.3
1010
python_versions:
1111
- "3"
1212
author: StackStorm, Inc.

sensors/jira_sensor_for_apiv2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import base64
44

5-
from jira.client import JIRA
5+
from patched_search import JIRA
66

77
from st2reactor.sensor.base import PollingSensor
88

0 commit comments

Comments
 (0)