Community
Participate
Working Groups
Currently there is no method for programmatically assigning a task to another person, instead task repository specific repository names have to be used.
This is currently supported is through setting the value of the corresponding task attribute, i.e. TaskAttribute.USER_ASSIGNED in this case. Could you provide more details on your particular use case for this api? How would you expect the api to work?
Created attachment 172692 [details] Junit Testcase and small bugfix I've attached a patch with a testcase, which tries to access the Bugzilla specific ASSIGNED_TO attribute and the mapped USER_ASSIGNED attribute. The former suceeds, the later fails. Also there is a small bugfix for the BugzillaFixture which fixes a NPE for me.
Ok I forgot to actually use the mapped attribute, so it works and should be safe to close this bug.