DSD-DBS / polarion-rest-api-client

An API Client for the Polarion REST API.
1 stars 0 forks source link

Feat implement WorkItemAttachment and add relations to WorkItem #13

Closed micha91 closed 10 months ago

micha91 commented 1 year ago

This PR introduces the following features:

micha91 commented 1 year ago

@ewuerger TBD: Do we want to include the ID in the checksum calculation? There is one big downside of this: When we initially post a WorkItem, we don't have the ID, so we would have to patch a WorkItem always at least once after creation.

ewuerger commented 1 year ago

Do we want to include the ID in the checksum calculation? There is one big downside of this: When we initially post a WorkItem, we don't have the ID, so we would have to patch a WorkItem always at least once after creation.

I think it makes only sense to include data which can change in the checksum. IDs are stable, on the other side the uuid_capella is included and does not bring the additional update on creation. From me it's a no.