Search
Results (18264)
- Help: RE: History of Issue's status change
- Hi Berhard, thanks for your reply. This will do it. Regards, Vanessa
- Help: RE: History of Issue's status change
- You can get the journals data via the REST AP ... //www.redmine.org/projects/redmine/wiki/Rest_IssueJournals Kind regards, Bernhard
- Hi, I would like to do some analysis about the issues and therefore I am searching for a possibil ... abase. Is there a possibility to get the "IssueID | status | Date" as record for each changed status? Regards, Vanessa
- Hello, I am fairly new to Redmine and I a ... www/ location to point to that directory. My issue is that I am getting a File storage director ... y for DSMF. I thought this was a permissions issue and set 777 recursive for everything under t ... gins: redmine_dmsf 1.6.2
- when I try create new Backlog in scrum plugi ... ) Rendered plugins/scrum/app/views/scrum/_issue_attributes.js.erb (0.3ms) Rendered plugins/scrum/app/views/scrum/_issue_attributes.html.erb (65.1ms) Rendered plugins/scrum/app/views/scrum/_new_issue_attributes.html.erb (66.5ms) Rendered plu ... "https://172.17.1.185/product_backlog/511", "issue"=>{"tracker_id"=>"6", "sprint_id"=>"511", "s ... an anyone help find the cause and fix it?
- I'm suffering the missing pencil icon issue at the revision diff page. I can see the di ... see the pencil icon for making a code review issue. I could see the pencil icon and used cod ... 3.4.6.stable code review plugin 0.7.0,1.0.0
- Development: RE: Issue - automatically change the statuts of the issue when I assign it to someone
- Unfortunately it's not, but isn't it a redund ... igned to@ field? Kind regards, Bernhard
- I create two status : New and assigned. IS i ... e automatically if I assigned someone to the issue ? thank you in advance !
- Thak you
- Help: RE: Files attachment not show in issue after upgrade to redmine 4.0.2
- Do you use some plugins? Please test again af ... ling all plugins if you are using any plugin.
- Hello. I moved redmine from version 3 to vers ... fter this upgrade I can't show attachment in issue. When I upload a file nothin appear ? Do you have an idea ? Regards Guidtz
- Open discussion: RE: How to open a new project?
- Hi, Thanks for the response. My purpose ... can't find in the web how to open a new bug issues project. Thanks
- Open discussion: RE: is it possible to recover deleted issues
- Thank you very much.
- Plugins: RE: Plugin: how to add button on issue list?
- Wonderfull, thanks a lot !!!!!!!! In my ja ... cript like : <pre> function call_qgis(evt, issues_ids_and_wtk) { // Very important! ... var jsonArr = []; issues_ids_and_wtk.split(",").forEach(function (it ... { jsonArr.push({ issue_id: array_ids_wkf[0], wkt: array_ids_wkf[1]} ... { alert(error); } } </pre>
- Plugins: RE: Plugin: how to add button on issue list?
- Use 'view_issues_index_bottom' hook. It renders at the bottom of issue list page but you can use js to move your el ... s desired. The hook is present in app/views/issues/index.html.erb. The hook also provides the list of issues in @issues.
- Help: RE: Refresh repository in Redmine after editing commit message
- FYI, I have edited wrong svn refID for one de ... is commit in @changesets@ table, and changed issue_id in @changesets_issues@.
- Hi everybody. I'm currently develop a plug ... ny that add a geometry (spatial database) to issues. This first plugin works fine. The second one add a infos and button on issue details to be able to send issue ID to a QGis plugin via WebSocket to be able ... # rewrite select for trackers on issue form // view_issues_show_details_bottom def view_issues_show_details_bottom(context={}) issue = context[:issue] project = context[:project] ... if project != nil && project.id == 24 && issue != nil # Afficher tous les custom f ... des défauts" pointe = Pointes.where(issue_id: issue.id) if pointe.first != ni ... html_button_click = "onClick=\"call_qgis('#{...
- Open discussion: RE: is it possible to recover deleted issues
- Is not possible: * https://www.redmine.org/issues/1380 * http://www.redmine.org/issues/7900 if you have a database backup maybe ... involved you would need a files backup too.
- Is it possible to recover an issue that was deleted?
- Open discussion: RE: redmine rest api - can we use operator > for int values ? get new issues from id.
- Thank you're right My param name must be issue_id, but I need > operator and not >= operator GET /issues.xml?issue_id=%3E10 doesn't work and all sample for wiki use >= ( %3E%3C ) do you know what's wrong ?
- Open discussion: RE: redmine rest api - can we use operator > for int values ? get new issues from id.
- <pre> GET /issues.xml?issue_id=%3E%3D10 </pre> example taken from wiki: [[Rest_Issues]]
- Help: RE: Relations on Gantt Chart
- Hi, we have got the same issue on the same version: Environment: Redmi ... rom debian repo, installed manualy), and the issue doesn't appear. So, whats the best way to ... (3.3.1-4+deb9u2) is the latest stable?
- Hi everyone, I try to get new Redmine issues with REST API and I can't , something like this : GET /issues.xml?id=%3E10 to get all issues with id > 10 but it's not working. Someone know if we can do that ? Thanks
- Open discussion: RE: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
- No, I didn't manually change anything on the ... mine_dmsf 1.5.9 redmine_issue_templates 0.1.9 redmine_people ... mine_work_time 0.3.4 </pre>
- Open discussion: RE: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
- Hofei - wrote: > i can reproduce this failu ... database. Have you added the index index_issues_on_parent_id manually in the past? I cannot ... earlier does not have an index with the name.