python-redmine icon indicating copy to clipboard operation
python-redmine copied to clipboard

Python Redmine is a library for communicating with a Redmine project management application

Results 60 python-redmine issues
Sort by recently updated
recently updated
newest added

I'd like to fetch the issues in my custom queries and use them to programmatically generate my Changelog (or a section of it). Unfortunately while I was able to fetch...

I download issue's attachment by using `redmine.download()`, it's work well most of time, but sometimes the file gets corrupted and no exception occurs. I tried opening the file via a...

Just as [Django's `prefetch_related` method](https://docs.djangoproject.com/en/4.0/ref/models/querysets/#prefetch-related), there should be implemented a method to accomplish the same so that all resources along with related ones can be received all at once rather...

question

While editing issue in web, there is possibility to press preview to see parsed textile formatting. In this case the web page send to server this request: POST https://redmine.host.com/issues/preview/edit/3783?project_id=some_project In...

In our case - redmine authenticates with LDAP - so - for example users do not have a password in redmine, and thus the passwd_changed_on user field does not exist...

Hi, I'm trying to retrieve all issue from a specific query. I know the query_id, so I do: ``` (Pdb) response = self.redmine.issue.filter(query_id=1563) (Pdb) L = list(response) ``` Query 1563...

There are small typos in: - docs/advanced/external_auth.rst - redminelib/exceptions.py Fixes: - Should read `process` rather than `proccess`. - Should read `occurred` rather than `occured`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

I am using the RedmineUp plugins in my instance. Especially, I am going to create the ticket using your python-redmine library. But it seems your library supports the RedmineUp under...

question

I've noticed when using the `update()` function on a `ResourceSet` object containing Issues that when updated a custom field value, the new `ResourceSet` object returned by the `update()` function does...

Hello, I've been trying to figure out an issue I'm having with the Redmine API rest. The full description of my problem is [here](https://stackoverflow.com/questions/68166651/dockerized-redmine-not-responding-api-rest-requests) but I also wanted to check...

invalid