1st version

This commit is contained in:
STEINNI
2025-11-04 07:36:02 +00:00
commit 2723c34a5d
177 changed files with 53167 additions and 0 deletions

23
PartOfHarRequest.json Normal file
View File

@@ -0,0 +1,23 @@
"request": {
"method": "POST",
"url": "https://citnet.tech.ec.europa.eu/CITnet/jira/rest/tempo-timesheets/4/worklogs/",
"headers": [
{
"name": "Accept",
"value": "application/json, application/vnd-ms-excel"
},
{
"name": "Referer",
"value": "https://citnet.tech.ec.europa.eu/CITnet/jira/secure/Tempo.jspa"
},
{
"name": "Content-Type",
"value": "application/json"
},
],
"postData": {
"mimeType": "application/json",
"params": [],
"text": "{\"attributes\":{},\"billableSeconds\":\"\",\"worker\":\"JIRAUSER285294\",\"comment\":\"1H Activity/Contact management meeting (SMEIMKT-8513)\",\"started\":\"2025-09-15T00:00:00.000\",\"timeSpentSeconds\":3600,\"originTaskId\":\"3996419\",\"remainingEstimate\":null,\"endDate\":null,\"includeNonWorkingDays\":false}"
}
}