Questions tagged [versionone]

Ask questions related to integrating with VersionOne. VersionOne is an agile project management tool that has an open platform. There are dozens of official integrations as well as many public 3rd party and private integrations.

VersionOne is an enterprise agile solution for software organizations scaling agile.

Official site: https://www.versionone.com/

User group: https://groups.google.com/forum/#!forum/versionone-users

160 questions
1
vote
2 answers

Full List of All VersionOne Asset Types and their 1 letter abbreviation?

Is there a full list of version one asset types and abbrevations? The documentation contains a list of assets: https://community.versionone.com/Developers/Developer-Library/Platform_Concepts/Asset_Type But it is missing the "issue" asset type that…
PressingOnAlways
  • 11,948
  • 6
  • 32
  • 59
1
vote
1 answer

How do I return all Attributes in the VersionOne Rest-1.v1 API for a Given Task

How do I return all attributes for Task for a given Task ID using the VersionOne Rest-1.v1 API. I have been able to successfully pull for a given task and a subset of the attributes, but I would like to review all attributes. Kind of a "select *…
Lee_Str
  • 3,266
  • 2
  • 21
  • 32
1
vote
2 answers

How can I update a VersionOne asset using JSON and the rest-1.v1 API endpoint?

The default format for GET and POST operations against rest-1.v1/Data and similar endpoints in VersionOne is XML. Can I GET or POST updates of an Asset using JSON instead?
JoshGough
  • 964
  • 1
  • 8
  • 16
1
vote
1 answer

how to get started with using version one java script sdk

I am looking for a good getting started guide for using version one java Script SDK.I am using eclipse IDE.Please suggest the project structure for a webapp project using it. here is a link that i got which has some info. Also suggest the…
akris
  • 57
  • 1
  • 3
  • 11
1
vote
1 answer

how to create version one burned down chart using java REST client api

I am trying to get the data to create the burned down chart from version one. I came to know there is no standard api's for that. Here i found that by making multiple call's to fetch todo value for a scope of timebox it is possible. Is there any…
akris
  • 57
  • 1
  • 3
  • 11
1
vote
1 answer

Is there a way to integrate testNG html reports directly to VersionOne?

Our Agile Team uses VersionOne as the agile lifecycle management tool. Also, we use Selenium with TestNG for our automation testing of the web app using Eclipse IDE. Is there a way we can integrate the reports generated directly to VersionOne so…
Avi_B
  • 76
  • 9
1
vote
1 answer

How to create defect using "VersionOne SDK JAVA API" Client

I am trying to create a defect using "VersionOne.SDK.Java.APIClient 13.0.1" jar. Oid projectId = services.getOid(scopeId); IAssetType assetType = this.metaModel.getAssetType("Defect"); Asset newAsset =…
Tarun
  • 3,162
  • 3
  • 29
  • 45
1
vote
1 answer

ETIMEOUT on running sample.js of VersionOne Javascript SDK

I am trying to use VersionOne Javascript sdk in my project. but before doing that, I cloned the SDK from https://github.com/versionone/VersionOne.SDK.JavaScript and followed the steps to build all the .coffee files. Now on running : node…
Rohan
  • 665
  • 9
  • 17
1
vote
1 answer

Why is VersionOne not recognizing asset types?

Update: The question (below; see "Original Question") still stands, but I have additional data. I was able to successfully retrieve an asset by putting the access token into the source code as a string where the services field is instantiated. I.e.,…
Bill Horvath
  • 1,336
  • 9
  • 24
1
vote
0 answers

How to remotely startup or shut down Version One using C#

As part of the administration automation, we are looking in the process of how we can automate the shut down and startup of the Version One service. I understand that its hosted on an IIS server, so it basically boils down to how to shut down and…
1
vote
1 answer

VersionOne API Client not recognizing asset types?

I am running into a problem with the VersionOneAPIClient in that it will not recognize anything I give it ass an asset type. I understand the Attribute definitions probably don't make any sense but I've been trying pretty much everything. My end…
Griffin
  • 242
  • 4
  • 20
1
vote
1 answer

Accesing to specific attribute into rest1-v1 threw versionone.sdk.Api in C#

I'm trying to access to a specific value stored in the rest1-v1 api of versionOne. I can acces to it typing the whole adress into my favorite navigator rest-1.v1/Data/Actual?sel=Date,Value&where=Workitem.ID='Story:114192' which returns:
Koam
  • 43
  • 3
1
vote
1 answer

Not able to integrate versionone with bugzilla

I am facing error during bugzilla integration with versionone. C:\Apache24\htdocs\bugzilla-4.0.15\bugzilla\extensions>perl TestV1Service.pl http ://bugmachine/bugzilla-4.0.15/bugzilla/index.cgi username@gmail.com secret Connect to Bugzilla instance…
dinesh sen
  • 11
  • 2
1
vote
1 answer

How to submit a change comment when making a change via the Version One API?

Say I'm creating a user or disabling a user via the API. All changes in Version One create a Moment with a change comment. How can I make my API calls submit a comment along with the API call? For example, when creating a user, perhaps I want a…
House
  • 3,356
  • 2
  • 25
  • 29
1
vote
1 answer

How to get a story associated with a request in Versionone API

I am trying to get all defects and stories that are associated with a request in VersionOne. I am able to get a request which has a DEFECT associated with it.,in the following…
ApJo
  • 157
  • 1
  • 2
  • 9
1 2
3
10 11