Filtering features in the API
The [API documentation][1] shows some very basic filtering that can be done when retrieving features. I was hoping that there would be more specific filters available. For example, I wish to get...
View ArticleMoving items from one section to another?
I have a few questions. Overview: My company is currently trying to change the way we use Features (SCRUM) and Defects (Bugs). We want to completely change the Defects tab for us, but we do not want to...
View ArticleDuplicating a Defect via API
Please, I am looking for a pointer towards duplicating a defect via the API. I am not sure of the of the particular way/format for constructing the json data
View ArticleAttach multi files using API
Based on information here [link text][1], multi file attachment is possible via the APi by using Content-Disposition header. My concern however is to know the procedure to specify all the file...
View ArticleAPI version check
Hi All, Please, is therea way to check the version of Axosfot currently in use via the API. Due to the changes between v13 to v14.2 and v14.3, we currently need to use strategy to decide the right...
View ArticleAxosoft API .NET Wrapper not returning Access Token
I'm sorry if I'm missing something simple, but I was playing around with the API on Friday and I used this method in my MVC controller: var axosoftClient = new Proxy { Url =...
View ArticleAPI 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 ArticleI 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleIs 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 ArticleAPI 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 ArticleRest 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 ArticleAPI 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 ArticleLimit 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 ArticleHow 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 ArticleNeed 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