From the documentation: "ClickUp automatically associates new GitHub activity with tasks if you include a valid ClickUp task ID in any part of the pull request title, pull request description, branch name, or commit message." https://help.clickup.com/hc/en-us/articles/6305771568791-GitHub-integration#h_01HQBHBAR41V63KW8SH38VZG49 We often reference related ClickUp tasks in the pull request description field. These are then linked to the task that the PR title/branch resolves, so we end up with one PR linked to multiple ClickUp tasks. This impacts our deployment process, where we're listing tasks and viewing their linked PRs to understand what is awaiting release. The ask here is to provide options as for which fields on the PR are used to link to the ClickUp task: PR Title and branch would be mandatory, option to toggle on/off PR description and commit message.