c# - How to send POST request to JIRA for creating a Project through REST api -


I am working on integration cumin API, how can I create a new project in GIRA via API? P>

With API documentation, I can see the last point for listing activities related to projects and any other project, but there is no end to creating a new project in Jirra.

I've attached a piece of the screenshot, there is no post URL to create a project in the screenshot. Enter image details here.

To accomplish my work, I am using C #net with a console based application.

Please help me so that I can do it.

The project has not been prepared for the REST API yet as of 2013 And I'm not sure they got it now. Please search to find them whether they got new versions or not. In the web application you may have to create a project first, and work with creating and editing problems with your API client. Hope it helps!

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -