Content
You are here:
Otmane Azeroual
Activity
Reported work packages: 0
03/03/2017
-
created on 03/03/2017 09:44 AMHi Kersten,
I have a question, you have the API folder in the installation of OpenProject. I want to address the API fol... -
updated on 03/03/2017 09:44 AMHi,
I’m able to connect and list work packages via API 3.0
But the creation doesn’t work.
I have tried to create with th...- The changes were retracted.
03/02/2017
-
created on 03/02/2017 01:25 PMHi,
in our installation of OpenProject the folder “api” does not exist. Is there any way to install this folder separate...
02/28/2017
-
created on 02/28/2017 11:14 AMHi Oliver,
I tried to create with this code a work packages:
var xhr2 = new XMLHttpRequest();
var data = ‘{subject subje... -
updated on 02/28/2017 11:14 AMHi,
I tried to create a work package though the API by using the following link as POST request:
https://openproject.xxx...- The changes were retracted.
-
created on 02/28/2017 11:12 AMHi,
I tried to create with this code a work packages:
var xhr2 = new XMLHttpRequest();
var data = ‘{subject subject“,”de... -
updated on 02/28/2017 11:12 AMHello!
I am attempting to create work packages programmatically via the OpenProject API for a project with contains mult...- The changes were retracted.
02/27/2017
-
created on 02/27/2017 08:12 AMHey Kersten,
Can you please send me the complete code php.
Thank you for your help!
Best regards
Otmane -
updated on 02/27/2017 08:12 AMHi,
I’m able to connect and list work packages via API 3.0
But the creation doesn’t work.
I have tried to create with th...- The changes were retracted.
02/23/2017
-
created on 02/23/2017 04:40 PMI tried to add the authentification to json string as follows:
var url = “mydomain/openproject/api/v3/projects/kdsf/work...