Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Task DetailEstimate #10

Open
scottkerber opened this issue Mar 4, 2014 · 1 comment
Open

Updating Task DetailEstimate #10

scottkerber opened this issue Mar 4, 2014 · 1 comment

Comments

@scottkerber
Copy link

Hi

VersionOne is hosted for us by VersionOne. I am trying to simply update the DetailEstimate of a task. I am not seeing the change reflected in VersionOne. There is no reported error message. If you have any thoughts on what could be going wrong it would be great to hear. I have no problems querying various objects and seeing their attributes. Just can not update anything.

v1 = V1Meta(address='www12.v1host.com',
instance='SDT',
username='xxxx'
, password='yyyy'
, scheme="https"
)

task = v1.Task.where(Number='TK-02357').first()
task.DetailEstimate = 21
v1.commit()

Thanks
Scott

@econrad
Copy link

econrad commented Mar 26, 2014

I am also unable to update data fields with v1pysdk's v1.commit(). My scripts report that the fields have changed when they are queried after the change, but when I access the data via the V1 web interface the same fields are unchanged. Then within 24hrs this 'changed' data reflected in my scripts is reset. Would like some help with this issue.

Thanks,
Eric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants