Skip to content

Unable to create new build with optional arguments  #129

@hayatmor

Description

@hayatmor

I was trying to create new build with the following parameters and was succeeded to create it only with 3 parameters (721816, "4.00.122,buildnotes)

tlss = TestlinkAPIGeneric(TESTLINK_API_PYTHON_SERVER_URL,TESTLINK_API_PYTHON_DEVKEY)
newBuild = tlss.createBuild(721816, "4.00.122.123",
buildnotes='Notes for Build',active=0,open=0,releasedate='2020-11-30')

{'name': '4.00.122.1212253', 'notes': 'Notes for Build', 'testplan_id': '721816', 'closed_on_date': '', 'release_date': '', 'is_open': '1', 'active': '1', 'creation_ts': '2020-03-05 07:04:34', 'id': '118997'}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions