Skip to content

Commit

Permalink
[Doc] fix formatting of doc (#1392)
Browse files Browse the repository at this point in the history
- formatting
  • Loading branch information
SLRover authored May 21, 2024
1 parent bba9e38 commit 3de300c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/jira.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ Manage issues
jira.bulk_update_issue_field(key_list, fields="*all")
# Append value to issue field
field = 'customfield_10000'
value = {'name': 'username'}
field = "customfield_10000"
value = {"name": "username"}
jira.issue_field_value_append(issue_id_or_key, field, value, notify_users=True)
# Get existing custom fields or find by filter
Expand Down

0 comments on commit 3de300c

Please sign in to comment.