プロジェクト

全般

プロフィール

Vote #74032

未完了

Auto sending filtered issues

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

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

0%

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

説明

Good Day,

Is there any plugins or a way that can automatically filter an issue, export it to excel and send it thru email everyday at exact time?

also we're using Redmine 1.2.1


journals

anyone can help me?
--------------------------------------------------------------------------------
Well I don't know a plugin which does this.

But you can do this with a cronjob on the server for example?

Just an example:

@
curl http://yourdomain/projects/redmine/issues.*csv*?query_id=*THE ID OF YOUR SAVED FILTER/QUERY*
@

On a normal configured Linux server, you can define this as a cronjob, which will by default mail the result of this request to a configured user.

example:
@
crontab -e
0 6 * * * MyUser curl http://www.redmine.org/projects/redmine/issues.csv?query_id=1234
@

This will create an autotask, which will run under "MyUser" and request the defined url via curl and pass the result to the usermail which is hold by "MyUser", just for example.

You have to define this on your own. We won't know which configuration is used on your machine.

Best regards,
Daniel

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
what if the filter is

due date in more than 1 day

and what do you mean MyUSer? Username of the User? like let say I have a user id JOHN_GO then it's JOHN_GO curl ....?
--------------------------------------------------------------------------------
please update me.. thanks
--------------------------------------------------------------------------------
Can anyone update me with this?
--------------------------------------------------------------------------------

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

  • カテゴリPlugin Request_31 にセット

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

いいね!0
いいね!0