Added
v2 - 2026-04-30 - HTML deep links and legacy search format removal
14 days ago by ReadMe GitHub Action
- Entity responses now include an
htmllink inlinkspointing to the entity in the Productboard web UI. Returned on List entities, Retrieve entity, Create entity, Update entity, Search entities, and entity relationship responses. - Note responses now include an
htmllink inlinkspointing to the note in the Productboard web UI. Returned on List notes, Retrieve note, Create note, Update note, and Search notes. - Member responses now include an
htmllink inlinkspointing to the member's settings page in the Productboard web UI. Returned on List members, Retrieve member, and Search members. - Team responses now include an
htmllink inlinkspointing to the team's settings page in the Productboard web UI. Returned on List teams, Retrieve team, Create team, Update team, and Search teams. - Jira integration responses now include an
htmllink inlinkspointing to the Jira integration settings page in the Productboard web UI. Returned on List Jira integrations and Retrieve Jira integration. - Search entities Removed deprecated legacy flat properties (
type,types,ids,name,archived,parent,statuses,owners,fields) from the request body. Use the structuredfilterandreturnobjects instead
