1
iが問題に設定されているとします。 PythonのJIRAは、基本的に私が行うための適切な方法があるとし、すべてを自動化するために使用することができますので、以下の(および他の哀れな試みのシリーズ)Python Jiraで残りの見積もりを設定する方法は?
i.update(timeestimate=0)
i.update(timetracking_remainingestimate=0)
i.update(remainingEstimate=0)
のすべてが
"Field 'timeestimate' cannot be set. It is not on the appropriate screen, or unknown."
のようなメッセージで失敗しますこの。 Atm私は
jira.add_worklog(i, newEstimate=0, adjustEstimate='manual',
reduceBy=issue.fields.timeestimate, timeSpent='1m')
に訴えています。これは問題の1分を予約するという非常に厄介な副作用があります。すべてのヒントは大歓迎です。どうも。