We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddc123 commit 3085200Copy full SHA for 3085200
1 file changed
actions/update_field_value.py
@@ -5,9 +5,8 @@
5
]
6
7
8
-class AddFieldValue(BaseJiraAction):
+class UpdateFieldValue(BaseJiraAction):
9
def run(self, issue_key, field, value, notify):
10
-
11
issue = self._client.issue(issue_key)
12
issue.update(fields={field: value}, notify=notify)
13
result = issue.fields.labels
0 commit comments