Quantcast
Channel: Questions in topic: "api"
Browsing latest articles
Browse All 21 View Live
↧

API error using the AxosoftAPIExample

I've added our url, ClientID, and ClientSecret to the code. When I run the program I get prompted to login which I do. When I try to use the `get` and `api/v3/defects` I receive the following error Bad...

View Article


I am unable to get existing comments or add new comments to any given...

I need to be able to get existing comments, and add new comments to any given incident via the v4 API. I have seen posts saying that this functionality is not available, however none of those posts...

View Article


How to create Work Log via API?

I've been following the C# examples in the AxosoftAPIExample. Below is the code I'm trying to use to created a work log entry. I have included every required field posted in the API documentation, but...

View Article

How to define the user story id for SCM integration

I want to develop a custom scm integration for subversion. Because we don't use tortoisesvn I want to use svn post-commit at the subversion server to post the information to ontime. I have read...

View Article

How do I use the "extend" parameter with "v1/projects" API call?

Hi I have recently added two custom fields to my project field templates. I am refactoring my code to also include these two custom fields when I make the "v1/projects" API call. Using the...

View Article


Is it possible to get only the worklog of today

With the c# api sdk it is possible to retriew all the workog items with: AxosoftClient.WorkLogs.Get(); But is it possible to get only the worlog items which are from the current day? This will reduce a...

View Article

,How can we get ranking order information through the API

We used to sort subsets of our feature lists (per release or per sprint for example) based on the Priority field, but we've started to use ranking to sort these lists. We use the API to get lists of...

View Article

API without manual approval step

Hi, I want to build a small application which runs once per day and reads tickets from a 3rd party system and creates tickets in OnTime automatically. We want OnTime to be the general system but we...

View Article


Rest API Customer Login

I want to create a connection between our web application and your customer portal to provide an integrated helpdesk within our app that uses your customer portal on the backend. I am trying to...

View Article


API filter useing LastUpdatedDateTime

Using API we need Last modified defects we use var allDefects = axosoftClient.Defects.Get(new Dictionary { { "search_string", "LastUpdatedDateTime >=2014-01-01" } }); but that code not working...

View Article

Limit on number of API calls?

Hi, http://developer.axosoft.com/getting-started/private-applications mentions that there is a "default" limit of 1000 API calls per day? Is this configurable? Thanks! Best regards, Vriendelijke...

View Article

How can I update a custom field using the API in C#

I am trying to update a custom field with a value using the API in C#. The code I am using is: var defresult = AxosoftProxy.Defects.Get(new Dictionary {{ "project_id", subproject.Id },{ "sort_fields",...

View Article

API to get Comments

Is there API to get Item comments?

View Article


Need an example of submitting an incident through the API using PHP

I'm using the Axosoft API and I'm trying to post an incident using https://..../api/v1/incidents/ using the POST method. Can someone please post an example of how to do this? I've tried a bunch of...

View Article

How to post data in axosoft using api provided by axosoft

can i get the code as how to post user information into the axosoft .Need Help/

View Article

Browsing latest articles
Browse All 21 View Live