Skip to content

WIP: Integrate YouTrack service

Kotau Yauhen requested to merge (removed):YouTrack_service into master

What does this MR do?

Added new issue tracker for youtrack.com to support youtrack-specific issue referencing: {URL}/{PROJECT-KEY}-{ISSUE_ID}

Markdown regex was changed for youtrack-specific project service to catch both project key and issue id to the issue_id field. Note, I just took readmine service as an example and added the same for YouTrack with changed regex. Also, tests and documentation was added in the same way as for readmine service.

What are the relevant issue numbers?

gitlab-org/gitlab-ce#42595

Does this MR meet the acceptance criteria?

Merge request reports