Project

General

Profile

Actions

Defect #39012

open

Unable to update an issue via API in 4.2.6

Added by Eric Diaz 8 months ago. Updated 8 months ago.

Status:
Needs feedback
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Hello
I have just upgraded in 4.2.6 and it works all fine except API request.
Some of my users used to call REST API via Excel to crete and update issues
It worked fine in 3.4.3 but now, create issues is ok but we encounter the following problem :

POST XML synchron (create issue) => OK
POST XML asynchrone (create issue) => OK
POST JSON synchrone (test watchers.json) => KO
POST JSON asynchrone (test watchers.json) => OK
PUT XML synchrone (update issue) => KO
PUT XML asynchrone (update issue) => OK

It seems that synchron calls are uneffective.
Any ideas ?


Files

Actions #1

Updated by Holger Just 8 months ago

  • Status changed from New to Needs feedback

Could you please show the exact queries you are making, i.e. the full URLs you are requesting and the data you are sending? Also, please check the returned data from these HTTP calls as they generally contain messages describing the error.

Actions

Also available in: Atom PDF