1

I am using Fogbugz Python API, and I want to change the squad parameter of my ticket.

Did the below change through Fogbugz UI.

<sChanges>
Squad changed from (No Value) to 'x'.
</sChanges>

but when I am doing,

fb.edit(ixBug=75268,sSquad="Security and Compliance")

It does not seem to change anything, anyone knows how to go about it? How do I make the change to squad?

SiHa
  • 7,830
  • 13
  • 34
  • 43
Harshdeep Singh
  • 327
  • 1
  • 5
  • 18

0 Answers0