-
Notifications
You must be signed in to change notification settings - Fork 9
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
Clarification on Issue Update #1
Comments
Doing something like this seems to work, but it's hacky:
results in:
|
Thats initially how it's meant to be used as there are no assumptions as to what fields you are specifying, thus giving you the flexibility to define whatever body you want. Perhaps we could look into changing the update method such that one doesn't have to take care of the formatting but can simply define a dictionary of fields & their accompanying text. |
Yeah, that's what I was thinking as well. Looking at the Dradis API documentation, the issue update method expects a string ('#[Title]#...'), although the get issue's |
Took a stab at it here: https://github.com/leesoh/pydradis/blob/dev/pydradis.py#L560 |
Hi there,
First off, thanks for building this! I'm excited to put it to use. I have a quick question regarding the update_issue method. Does it currently only support updating title and description? If it supports updating all fields in an issue, can you provide an example of what that would look like?
The text was updated successfully, but these errors were encountered: