Skip to content

Commit

Permalink
update argument example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adehad committed Nov 17, 2022
1 parent 2fff00d commit 203bea6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2360,14 +2360,13 @@ def add_worklog(
comment (Optional[str]): optional worklog comment
started (Optional[datetime.datetime]): Moment when the work is logged, if not specified will default to now
user (Optional[str]): the user ID or name to use for this worklog
visibility (Optional[Dict[str,Any]]): the visibility argument
```js
visibility (Optional[Dict[str,Any]]): the visibility argument. ::
{
"type": "group", # "group" or "role"
"value": "<string>",
"identifier": "<string>" # OPTIONAL
}
```
Returns:
Worklog
"""
Expand Down

0 comments on commit 203bea6

Please sign in to comment.