Last updated
Last updated
POST
https://pm415.com/api/connections/:ownertable/:id
Creates the connection between items, bugs, iniatives.
GET
https://pm415.com/api/connections/:needinfotable/:infotable/:id
Gets the list of connections.
:id
number
The ID of the bug or initiative or item
:infotable
string
"Bugs" or "Initiatives" or "Items"
:needinfotable
string
"Bugs" or "Initiatives" or "Items"
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:id
number
The ID of the bug or initiative or item
:ownertable
string
"Bugs" or "Initiatives" or "Items"
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"items": [], "initiatives": [28], "bugs": [], "backlogs": [], "delete": false}
These methods allow you to create and get info on connections between items, bugs and initiatives.