Vote #75867
未完了Issue list api : journals, watchers
0%
journals
Here is the patch
--------------------------------------------------------------------------------
Hello,
Your patch doesn't apply to redmine-core but to a plugin: redmine_smile
watchers and journals are already available per issues via the request
<pre>GET /issues/[id].[format]?include=journals,watchers</pre>
Can you describe why do you want to add this feature ?
Here is the wiki's documentation
[[Rest_Issues]]
[[Rest_IssueJournals]]
--------------------------------------------------------------------------------
Lucile Quirion wrote:
> Hello,
>
> Your patch doesn't apply to redmine-core but to a plugin: redmine_smile
You're right I will provide a patch for redmine soon.
> Can you describe why do you want to add this feature ?
Our aim is simple : get the journals and watchers of a list of issues, without to have to do a request by issue.
>
> Here is the wiki's documentation
> [[Rest_Issues]]
> [[Rest_IssueJournals]]
--------------------------------------------------------------------------------
Here is a correct patch, with a bug fix about restricting private notes.
Can you take a look to it ?
Thanks in advance.
--------------------------------------------------------------------------------
Hi, can you take a look at this simple patch ?
--------------------------------------------------------------------------------
Could you add tests?
--------------------------------------------------------------------------------
Hi Toshi, yes, I will do that.
--------------------------------------------------------------------------------