You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2019. It is now read-only.
Then access SkyDesk projects using https://projects.skydesk.jp.
6
+
7
+
Project ID and Token is required for configuration which will be available under "Dashboard" --> "Project Settings" --> "Service Hooks".
8
+
9
+
This service hook allows you to associate changeset(s) with bug(s) in SkyDesk Projects. To associate changeset(s) with bug(s) in SkyDeskProjects you will need to give the BUG ID in in your commit message.
10
+
11
+
Syntax: `OPEN SQUARE BRACKET #BUGID CLOSE SQUARE BRACKET` followed by commit message
12
+
13
+
Ex: `[#SDP-23] fixed the memory leak issue.`
14
+
15
+
This will associate the changeset with bug with ID SDP-23.
16
+
17
+
For more than one bugs, provide the BUG IDS separated by comma.
0 commit comments