Tags:
not added yet
Table of Contents1Association operations1.1Creating an associationPOST /v3/associations endpoint can be used to create an association between codeBeamer entities. An example request body: { "name": "Example Association", "description": "Example desc", "descriptionFormat": "PlainText", "from": { "id": 2864366, "name": "Item 1", "type": "TrackerItemReference" }, "to": { "id": 2864386, "name": "Item 2", "type": "TrackerItemReference" }, "type": { "id": 1, "name": "depends", "descriptionFormat": "PlainText" }, "propagatingSuspects": true, "biDirectionalPropagation": true, "propagatingDependencies": true }
This will create a depends on type association between two tracker items. Checking out the Association API documentation you can notice that the from and to properties are AbstractReference models:
It means that not only tracker items, but any reference type can be provided or an optional url parameter can be created for general URL type associations. Please check our Inheritance and abstract models page for more detailed information. 1.2Getting the association typesGET /v3/associations/types can be used to acquire the available types of an association. Example response: [ { "id": 1, "name": "depends", "descriptionFormat": "PlainText" }, { "id": 2, "name": "parent", "descriptionFormat": "PlainText" }, { "id": 3, "name": "child", "descriptionFormat": "PlainText" }, ... ] |
Fast Links
codebeamer Overview codebeamer Knowledge Base Services by Intland Software |
This website stores cookies on your computer. These cookies are used to improve your browsing experience, constantly optimize the functionality and content of our website, furthermore helps us to understand your interests and provide more personalized services to you, both on this website and through other media. With your permission we and our partners may use precise geolocation data and identification through device scanning. You may click accept to consent to our and our partners’ processing as described above. Please be aware that some processing of your personal data may not require your consent, but you have a right to object to such processing. By using our website, you acknowledge this notice of our cookie practices. By accepting and continuing to browse this site, you agree to this use. For more information about the cookies we use, please visit our Privacy Policy.Your preferences will apply to this website only.
Note that user-behavior analytics are being captured on this server for the purpose of improving the Codebeamer user experience.