Search
Results (18265)
- Help: RE: API REST - need another authentification for projects / users and not for issues or others
- Thanks for your answers Uninstall is ok but ... s, but it may not be the cleanest way to do ?
- Help: RE: An email from Gmail with embedded image causes the issue to create the image link everytime a reply is sent
- Hello, I want just information regarding lik ... an you explain it. Thanks a lot in advance.
- Open discussion: RE: Custom Field Change Max Fields
- Just one clarifying question, Iago. Are you s ... haps there are other ways to store and track issue information.
- Open discussion: RE: Custom Field Change Max Fields
- I'm on Redmine 3.2 where don't seem to be any limits like that. I've 19 custom fields right now on issue level and 20+ on project level.
- Open discussion: RE: modifcation affichage des demandes
- You could run javascript code to reorder the ... o in the web console I ran this: <pre> $("#issue_assigned_to_id").parent().insertAfter($("#issue_project_id").parent()); </pre> which resul ... cript code should also check if you are in a issues page to not have collateral effects on othe ... ids (unlikely but it could happen).
- Help: RE: API REST - need another authentification for projects / users and not for issues or others
- _does anyone know how to ask the api with t ... want to backup your db before trying it.
- Help: RE: API REST - need another authentification for projects / users and not for issues or others
- Hi thank a lot for your reponse. I know ... do you know ? Thanks a lot for your help
- Help: RE: API REST - need another authentification for projects / users and not for issues or others
- >> I tried /issues.json directly in the browser, it works I ... default, Redmine allows anonymous access to issues. I don't know about php, but if you are ... EDMINE_HOST/redmine/projects.json </pre>
- Hi everybody I'm sorry to ask something bu ... can connect with the api key, * i can get issues * i can create a project * but with projects or users authentification fails. I tried /issues.json directly in the browser, it works I t ... setting somewhere ? Thanks a lot Eric
- When users are deleted, there seems no way af ... d the deleted user had previously updated an issue, the history entries then indicate 'Updated ... d user had previously been an Assignee on an issue, the history entries then indicate either 'A ... ever been an Assignee or had ever updated an issue, I would then indicate the user's name somewhere in the issue before the user was deleted. But I did not ... fied after the user is deleted? Please help.
- Help: RE: issue API limit not working
- The limit parameter (e.g. limit=5) works fine ... ease consider updating to Redmine 3.4 or 4.0.
- Hello, I'm trying to use the limit URL parameter in the Redmine issue listing API as following: @curl -o issues.json https://myredmineinstance.tld/issues.json?key=xxxx&limit=5@ But once downloaded, the JSON still contain 25 issues and the limit shown is 25. <pre> { "issues": [... 25 issues here ...], "total_count":70, "off ... ing I'm doing wrong? I'm using Redmine 3.1.1.
- Hi Team, We are struggling to interlink sv ... get any luck. Please help me to solve this issue. For your kind help thanks in advance.
- Help: RE: Cant create issues by mail
- fixed : bundle exec rake redmine:plugins:migrate NAME=redmine_mail_integration
- Always i try to create issues sent to a specific email i get following er ... (I am using the latest version with docker)
- how i can configure 3 decimal places in html ... nk you for help and sorry for my bad english.
- Help: RE: Error 500 while creating new issue
- when you create the issue, the project_Id is set to be "commecial-eric ... t should be of integer instead of string. So issue it not created successfully.
- Help: RE: How to find orphan files
- created a issue for your problem #30165
- Open discussion: RE: PostgreSQL 11 support
- Pavel Rosický wrote: > redmine 4 is fine, but > redmine 3.x has known issue https://github.com/rails/rails/issues/28780 Thank you. I think it is OK if Redmine 4.0 works fine.
- I get and internal error message page when I ... thoughts on where to begin looking into this issue? At a lost on where to start on this one. ... ' App 7394 stderr: App 7394 stderr: </pre>
- Open discussion: RE: PostgreSQL 11 support
- redmine 4 is fine, but redmine 3.x has known issue https://github.com/rails/rails/issues/28780
- Open discussion: RE: Watchers can not see issues
- I'm searching for this option as well - did you find an answer in the last 5 years? ;-)
- Help: RE: Git Repository throws 500
- No its not exactly the same issue. I tried the Patch, but didnt work for me. I ... the Repo who are not encoded as they should.
- Help: RE: Need Help - Gantt chart sort by #
- Unfortunately, Redmine does not have the feat ... the sorting method. But there is already an issue #14397 that requests the feature.
- Help: RE: Git Repository throws 500
- Maybe this is the same issue with #16881?