プロジェクト

全般

プロフィール

Vote #76403

未完了

New X-Redmine-Issue-Priority header, and modification of X-Redmine-Issue-Assignee

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

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

0%

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

説明

Hello,

Here's the context, quickly:
We wanted to receive SMS when a ticket was assigned to a specific group, with a specific priority. The sending of the SMS is done by our SMTP gateway, not in Redmine, but we needed the SMTP headers anyway. Our Ruby guys being busy, we didn't take the time to develop a proper Redmine module to send SMS, sorry about that ...

I manually edited our Redmine 3.0.1 to add

'Issue-Priority' => issue.priority.name,

in mailer.rb so X-Redmine-Issue-Priority was added fine.
I believe this wouldn't hurt to be added by default in Redmine (I apologize for not providing the patch, I have no idea how to do that ...).

However, there was already a X-Redmine-Issue-Assignee, as

 redmine_headers 'Issue-Assignee' => issue.assigned_to.login if issue.assigned_to

but as there is no "login" for groups, the header was empty in my case.
I changed it for


redmine_headers 'Issue-Assignee' => issue.assigned_to.name if issue.assigned_to
because, in my case, that suits me well, but I understand that as there might be several groups or users with the same name, this is not a reliable solution.

If anyone has an idea about that, please feel free to express yourself =)


journals

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

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


related_issues

relates,New,2746,Send out issue priority in the email notification header
relates,Closed,35017,X-Redmine-Issue-Assignee email header field is empty when the assignee of an issue is a group

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

  • カテゴリEmail notifications_9 にセット

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

いいね!0
いいね!0