Project

General

Profile

Plugins Directory » Issue tabs

Author: RMplus.pro Team
Website: http://rmplus.pro/en/redmine/plugins/issue_tabs
Code repository: http://rmplus.pro/en/redmine/plugins/issue_tabs
Registered on: 2015-06-09 (almost 9 years ago)
Current version: 1.3.1
Compatible with: Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x
User ratings:   (8)

Plugin for Redmine that optimizes the work with the issue history.

Features:
  • By separating the information through the tabs, you can better understand the state of issue at the moment.
  • Separation into tabs make communication within the issue easier. You can view comments and changes of issue fields in separate tabs.

What the plugin «Issue tabs» do

  • Plugin «Issue tabs» improves the interface of issue page, making the work more convenient.
  1. Separates comments and history on different tabs. This allows you to conveniently communicate within the issue, by not mixing comments with messages about user`s actions.
  2. Creates a separate tab «Spent time», which simplifies evaluation of the work by the issue.
  3. Creates a separate tab «Commits» to view the commits which were made by programmer performing this issue.


  1. Tab "Views" will allow you to determine who and when looks through this issue.
  2. Tab "Statistics" will allow to view issue time statistics: how long, in what status and on whom the issue was. Such statistics is very useful for the analysis of weak points in the lifecycle of issue execution.


For better appearance we recommend to use this plugin with Redmine skin of our team - Redmine Alex Skin

Another plugins of our team you can see on site http://rmplus.pro

Changelog

1.3.1 (2018-07-17)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • Fixed: order of comments

1.3.0 (2017-10-11)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • Added: support redmine 3.4
  • Removed: support redmine version below 3.4

1.2.3 (2017-05-15)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • Updated localization

1.2.2 (2017-03-23)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

  • Fixed: PG sql compatibility

1.2.1 (2017-03-20)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

  • Fixed: LB compatibility
  • Added: ajax issue history

1.1.1 (2015-09-15)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

  • fix double tabs in issues page

1.1.0 (2015-07-10)

Compatible with Redmine 3.0.x, 2.6.x, 2.5.x, 2.4.x.

  • support Redmine 3.0
  • fixed rights for timelog page

1.0.0 (2015-06-01)

Compatible with Redmine 2.6.x, 2.5.x, 2.4.x.

User ratings

  by David Doležal almost 5 years ago

Great plugin, but have somebody problem with creating or updating issue via e-mail after install this pluginy? Before install I had fine worked creating via e-mail, but after it doesn't work... :-(

  by Test User over 5 years ago

Thanks for great plugin, but i have one problem:

After click on the tab "history" is URL modified to ".../issues/3/rit_history?tab=history".
Of course, after refreshing page, browser shows error 404.

Any idea to fix this issue?

Thanks.
Lukas

  by Eduardo Paz over 7 years ago

  by Chi Song Tao over 7 years ago

a good plugin but with two important bug.
1. en.yml contains Russian
2. display wrong when there's the time log table. The divs after attributes of the issue are shown after the comments.

  by nash van over 7 years ago

This is a great idea. But I am unable to get it to work in my redmine 2.5.2.stable version. I installed it exactly as described. I see "A common libraries" under my Administration->Plugins page. But I don't see the tabs on my issue page.

  by Vladimir Sbruev about 8 years ago

redmine 3.2
JavaScript error: "ReferenceError: RMPlus is not defined" ?
Add at top of: plugins/redmine_issue_tabs/assests/javascripts/issue-history-tabs.js

var RMPlus = (function (my) { return my; }(RMPlus || {}));
var RMPlus = RMPlus;

restart

  by Leo Skywalker over 8 years ago

Nice job, it was exactly that I was looking for, but I'm getting this JavaScript error: "ReferenceError: RMPlus is not defined". What could be wrong? There are dependencies to use this plugin?

  by Igor Panassiouk over 8 years ago

Good idea!