Questions tagged [axosoft]

Axosoft’s API is a powerful tool that allows developers to build custom applications and extend the functionality of Axosoft Suite.

Blog on how to use.

4 questions
0
votes
1 answer

What would be necessary to code the callback function to receive the access token?

I am trying to retrieve the access token from an API (https://github.com/Axosoft/node-axosoft/) To receive an access token we have to follow this process: var axo = nodeAxosoft(axosoftUrl, credentials); axo.Api.getLoginUrl(function(url) { //…
EAzevedo
  • 751
  • 2
  • 17
  • 46
0
votes
0 answers

Publish Git Comments / Releases to Site (Continuous Deployment)

Sorry if title isn't correct. I'm trying to figure out what to search for on this matter. I'm looking for the easiest way to automatically have my semantic versioning and commits visible on my site when commits / releases happen. I recently started…
gfrobenius
  • 3,987
  • 8
  • 34
  • 66
0
votes
1 answer

How can I check if the user logged in successfully in Axosoft using AxosoftAPI.NET Winforms

I am trying to check if the user is successfully logged in to Axosoft. The code bellow never throws an error, even if the user provides the wrong credentials. public void Login(string user, string pwd) { try { …
Tassisto
  • 9,877
  • 28
  • 100
  • 157
0
votes
1 answer

How to get the Install & Testing Note of a Task or Defect Item

I'm developing a win forms application using AxosoftAPI.NET. I've implemented functionality to search for Items like Tasks, Defects, Incidents and Projects. I can also check whether an Item has attachments. Now I need to know how to check if an…
Tassisto
  • 9,877
  • 28
  • 100
  • 157