Skip to content

Commit 68e56e1

Browse files
committed
mention author_id issue filter support
1 parent 98dced4 commit 68e56e1

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Changelog
3535
- *Pro Edition:* RedmineUP CrmQuery resource ``deals`` and ``contacts`` relation attributes didn't work
3636
- *Pro Edition:* RedmineUP DealStatus resource ``deals`` relation attribute didn't work
3737

38+
**Documentation**:
39+
40+
- Mentioned support for ``author_id`` in Issue's resource filter operation
41+
3842
2.4.0 (2023-01-18)
3943
++++++++++++++++++
4044

docs/resources/issue.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ filter
236236
- id - status id
237237

238238
:type status_id: int or string
239+
:param int author_id: (optional). Get issues which are authored by the given user id.
239240
:param int assigned_to_id: (optional). Get issues which are assigned to the given user id.
240241
To get the issues assigned to the user whose credentials were used to access the API pass ``me``
241242
as a string.

0 commit comments

Comments
 (0)