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
Copy file name to clipboardExpand all lines: docs/YOUTRACK_INTEGRATION.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ The YouTrack Junie App handles the workflow dispatch automatically — no custom
118
118
2. In your YouTrack project, go to **Apps → Junie → Settings** and configure:
119
119
- **GitHub Token** (required): the personal access token with `workflow` permission.
120
120
- **Trigger Name** (optional): the phrase that triggers Junie when a comment starts with it. Defaults to `@junie`. Change it to e.g. `/junie` if you prefer a slash command style.
121
+
- **Default Branch** (optional): the branch to trigger the workflow on. If not set, the app fetches the repository's default branch via the GitHub API. Falls back to `main` if it cannot be determined.
121
122
3. In your YouTrack project, go to **Settings → Version Control** and add a GitHub VCS integration pointing to the target repository.
122
123
123
124
After setup, a **Run Junie** button will appear on every issue in the project. Clicking it dispatches the `junie-youtrack.yml` workflow with the issue data automatically.
0 commit comments