dixudx / dixudx/rtcclient

Can't create workitem of type 'Defect'

Open
#120 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
40
Forks
44
PR merge metrics
No merged PRs in 30d

Description

Hi Di Xu@dixudx
It raise exception: NotFound: Not itemtype's name is Defect in when I try to create one, but it can fetch the type attribute as 'defect' from an existing defect.
Can you take a look?
my RTC version is 6.0.2,
here is the code:
myClient = RTCClient(url, username, password, ends_with_jazz=False)
myClient.createWorkitem(item_type="Defect",
title='defect demo',
description=None,
projectarea_id='xxx',
projectarea_name='xxxx',
template=None,
copied_from=19,
keep=True)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.