Release links
Release links will allow you to add external documents and resources to your releases. Use these to keep track of everything related to the work that is getting done.
🚀 ReleasesWith release links, LaunchNotes takes one more big step in becoming a Product Manager's single hub for everything related to product change. Track every issue, design update, pull request, feature spec, and more, in one place. This means every stakeholder can not only access the most up-to-date status of work at any time, but also has access to the related context with a click. Moreover, when it comes time to communicate your team's incredible work, your teams have every detail they need in one place to craft the perfect messaging.
What's changing?
In-app changes
Use the + button to generate a new link. From here simply paste in your link and give it a name.
Once you hit create, we'll determine what service the link is associated with and give it an icon for easier findability.
API Changes
- The Release Type now has a new field called `releaseLinks`
- We have a new mutation called `createReleaseLink`
mutation CreateReleaseLink($releaseId: ID!, $name: String, $href: String!) { createReleaseLink(input: { releaseLink: { releaseId: $releaseId, href: $href, name: $name } }) { releaseLink { ... on WebReleaseLink { id name href vendorType } } errors { path message } } }
What kind of links do we support?
- Asana
- Atlassian
- Confluence
- Dropbox
- Jira
- Trello
- Figma
- Github
- Gitlab
- Google Docs
- Google Forms
- Google Sheets
- Google Slides
- HelpScout
- HubSpot
- Invision
- LaunchNotes
- Loom
- Notion
- Slack
- Zendesk