Ian Epperson

Results 21 comments of Ian Epperson

Thank you for the pull request. Unfortunately, this came in at the tail end of a major refactor which included most of these features. I tacked on getting the currently...

> My major concern is: Do you concider the API as stable already or not? If you had asked me when I first wrote this years ago, I would have...

The save method is implemented. Need to retrieve the relations from the server get command, then need to represent them properly, then work out what format Redmine wants them in...

Needs to be added to this library. It looks like it's fairly strait-forward, with the only caveat being how the "memberships" list is returned.

By the way, any opinion on where you want to see this? It's both available on users and projects, so I'm thinking that you'd see: ``` python for member in...

I edited the subject to be a bit more clear (I hope). The authentication is only attempted when an object is requested from the Redmine instance. Based on what the...

You can right now. Unfortunately, you need to know the ID of the custom field (not the name) that you want to create as Redmine needs that ID. It's not...

Thanks for pointing that out, I updated my comment. I haven't written anything recently that requires creating a new item. This syntax seems a bit wonky - you've got to...

I'm not sure if the advantages outweigh the drawback of a new library requirement.