プロジェクト

全般

プロフィール

Vote #73499

未完了

Add filter for issue status change

Admin Redmine さんが約2年前に追加. 約2年前に更新.

ステータス:
New
優先度:
低め
担当者:
-
カテゴリ:
Issues_2
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
2
version_id:
0
issue_org_id:
13361
author_id:
73726
assigned_to_id:
0
comments:
3
status_id:
1
tracker_id:
2
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

I'd like to have special filter to filter out all statuses that changed their status from X to Y.
Let's say we have issues that we resolved and later closed. When I want to create status report for a period (month) I would like to filter out all issues that status was changed from in progress to resolved during desired month period.
If i try to filter out closed issues some of them can fell to another month - resolved on January, closed on February.


journals

The simplest path for you here would be using a SQL query pointed right at Redmine's database. One of the journal tables in there will have a column like 'old_value' and 'value'. Have the query filter old to the status ID for In Progress, and filter value to the status ID for resolved. You can then filter the results by date either from a spreadsheet view later, or add the date filter to your SQL query.

Getting this sort of filter natively in Redmine would be challenging to design. I can imagine, when filtering on status, offering a 'was' choice...but getting the date of that change would not be easy to do in a user-friendly way.

One possible path, if it's still early in your project, would be grabbing the Custom Workflows plugin and writing a script that writes a date to a custom field whenever the status changes to Resolved. All resolved issues going forward would have an easily filtered date value for these reports.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
I have a status "Reopen". I require a filter through I can find that how many tickets are reopened and after that it was fixed in any release or build.

Currently there is no mechanism or any filter I can applied.
In Jira, I can find this with single liner query and got the results
--------------------------------------------------------------------------------

Admin Redmine さんが約2年前に更新

  • カテゴリIssues_2 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0