access and edit issue activity stream through REST API
I am trying to add some stronger intergration between Gitlab and Youtrack (auto-tracking commits and merge requests on feature branches)
Is there any way to add a related commit to the issue's activity stream through the REST API or otherwise programmatically?
Please sign in to leave a comment.
Hello,
There's no documentation yet for this part of the API. However, you can have a look at the responses YouTrack UI receives when you add a commit manually using recommendations from Add Commits Manually.
Please note, that Gitlab commits can be added automatically with built-in GitLab Integration.
Should you have any further questions, feel free to contact us.