File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
38422.4.0 (2023-01-18)
3943++++++++++++++++++
4044
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments