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

VersionOne Bugzilla Integration "Validation Failed"

I am trying to set up the VersionOne-Bugzilla integration tool (https://community.versionone.com/VersionOne_Connect/Supported_Integrations/VersionOne_Integration_for_Bugzilla_5.0_and_Above), and I am hitting one problem when trying to set up the…
pi905
  • 25
  • 8
1
vote
2 answers

How to pass parameter in TestNG Listener method - Selenium Java

I have the below class which fails or passes based on the boolean value I provide. public class testLogin extends Base { public static String requestBody; @Test public void executeTest() { System.out.println("Log in to Salesforce."); …
Afsal
  • 404
  • 3
  • 7
  • 24
1
vote
2 answers

Collect all VersionOne assets and all their attributes using Java

I'm working on a task that requires me to export all assets and all their attribute values into a CSV file. I know that there is an option to export into Excel, but that one has its problems and we decide to give a chance to an API. The problem I…
Ajax
  • 53
  • 6
1
vote
0 answers

How do I get the start and end date of SubProjects (Scope.Name) in VersionOne using an API in Power BI?

I am working on a Power BI report which uses a VersionOne API as the source. The report currently shows the start and end date of the project, but I need to get the start and end date at the sub-project level. The sub-project is called the…
TiffanySK
  • 11
  • 3
1
vote
0 answers

How to generate XML Payload for a REST Post with act="set" formatting?

I'm creating a Xamarin app to CRUD stories within VersionOne via their REST interface. When creating a new story I need to send a POST with an XML Payload with the following formatting: New…
1
vote
2 answers

Making / Testing a Connection Using VersionOne .Net SDK

I'm new to VersionOne and have limited C#. Need help connecting and testing connection to VersionOne instance using .Net SDK to make sure I'm actually making a connection. I have some sample code that runs without error, but not sure it is…
1
vote
1 answer

Set Priority while creating a new defect using rest-1.v1

I'm using the Rest API endpoint to create new issues and defects. I'm trying to set the priority of the created things while creating them. Here is the POST XML I'm using.
Bayne
  • 13
  • 5
1
vote
1 answer

How to get all data from Epic via API?

To get data of Epic, I fired below API query: http://YourVersionOneInstance/rest-1.v1/Data/Epic But it is giving only default column. I need all data from Epic including fields, Relations etc. I can see all fields of Epic from…
Prashant K
  • 11
  • 3
1
vote
0 answers

VersionOne: Getting message that VersionOneAPIConnector is obsolete and I should use V1Connector instead. But how?

I am trying to upgrade my c# programs to VersionOne.SDK.API version 15.3.0.0. I am getting a message that VersionOneAPIConnector is obsolete and that I should use V1Connector instead. When the ObjectModel API was discontinued, I had changed to…
1
vote
1 answer

How to get the particular data from versionone through REST API such as the number of opened defect in range time

I'm going to collect some data from VersionOne through REST API such as the number opened defects that were submitted in a week..... I try to search but nothing meets my needs. So hope I can have your helps if you faced it. Thanks a lot!
1
vote
1 answer

VersionOne SDK: How to Associate Defect with Epic?

I’ve written some C# code to create a VersionOne defect. That code works correctly. I now have to associate the newly created defect with an Epic (Portfolio item). For a test, I manually associated a defect with an Epic through the V1 GUI. When…
rrirower
  • 4,338
  • 4
  • 27
  • 45
1
vote
1 answer

Version One - Open and Close Story with API

Does anyone know if it is possible to open and/or close VersionOne Stories via their API? A major kink in our process is that a story has to be open in order to modify it. In order to solve this I was hoping to delve into their API (which seems…
will
  • 1,397
  • 5
  • 23
  • 44
1
vote
1 answer

How to: Create an Asset using the VersionOne SDK

I’m trying to write some C# code to utilize the VersionOne SDK to create a Defect asset. I’ve queried our system and have identified the required attributes: Defect derives from PrimaryWorkitem Description : LongText Name : Text Parent : Relation…
rrirower
  • 4,338
  • 4
  • 27
  • 45
1
vote
1 answer

VersionOne .NET SDK Creating New Asset

I am trying to create a new Story asset through the V1 API. I am receiving an error: "Unhandled Exception: VersionOne.SDK.APIClient.ConnectionException: Error writing to output stream ---> System.Net.WebException: The remote server returned an…
Ryan
  • 107
  • 1
  • 1
  • 12
1
vote
1 answer

How do you query multiple asset types using Version One rest API?

I would like to get the story name and number from querying tasks by owner. I am wondering if this is possible in a single query or if I will have to first query for the specific task and then look up the story using the task identifier in two…
HedonicHedgehog
  • 592
  • 1
  • 6
  • 17
1
2
3
10 11