Project

General

Profile

Search

Results (18309)

Plugins: Scrum plugin error
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? 2019-04-09 15:00
Help: code review pencil icon missing
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 2019-04-09 11:07
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 2019-04-08 06:28
Development: Issue - automatically change the statuts of the issue when I assign it to someone
I create two status : New and assigned. IS i ... e automatically if I assigned someone to the issue ? thank you in advance ! 2019-04-05 17:10
Development: Is it possible to remove the "preview" in the description issue area ?
Thak you 2019-04-05 17:08
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. 2019-04-05 10:34
Help: Files attachment not show in issue after upgrade to redmine 4.0.2
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 2019-04-04 17:33
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 2019-04-04 15:56
Open discussion: RE: is it possible to recover deleted issues
Thank you very much. 2019-04-03 16:07
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> 2019-04-03 12:07
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. 2019-04-02 06:51
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@. 2019-04-01 14:48
Plugins: Plugin: how to add button on issue list?
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('#{... 2019-04-01 10:54
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. 2019-03-29 17:05
Open discussion: is it possible to recover deleted issues
Is it possible to recover an issue that was deleted? 2019-03-29 14:26
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 ? 2019-03-28 15:11
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]] 2019-03-28 14:42
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? 2019-03-28 14:17
Open discussion: redmine rest api - can we use operator > for int values ? get new issues from id.
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 2019-03-28 12:09
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> 2019-03-27 08:09
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. 2019-03-26 07:30
Open discussion: RE: how to change status without "Edit issues" roles
change status is disable !https://www.redmine.org/attachments/download/22698/redmine41.PNG! 2019-03-25 15:32
Open discussion: how to change status without "Edit issues" roles
In redmine 2 we can only change the status when user reply to an issue !https://www.redmine.org/attachments/downlo ... G! workflow seem good if i check "Edit issues" i can edit all fields i want to change only the status 2019-03-25 14:42
Open discussion: RE: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
run alter table issues drop index index_issues_on_parent_id; on database 2019-03-25 14:02
Open discussion: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
Hello, have problems updating from version 3 ... rated (0.4666s) ====== Migrating to ChangeIssuesDescriptionLimit (20161010081301) == 20161010081301 ChangeIssuesDescriptionLimit: migrating ================ ... ter_name() -> 0.0001s -- change_column(:issues, :description, :text, {:limit=>16777216}) -> 13.2286s == 20161010081301 ChangeIssuesDescriptionLimit: migrated (13.2296s) ====== ... ======== Migrating to AddIndexOnChangesetsIssuesIssueId (20161126094932) == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrating ================ -- add_index(:changesets_issues, :issue_id) -> 0.0339s == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrated (0.0342s) ======= Migrating to AddIndexOn... 2019-03-25 10:56
(2351-2375/18309)