jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Continuum
  • CONTINUUM-493

Allow to add all developpers address in a notifier without duplicate developpers addresses

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.4.0 (Beta)
  • Component/s: Core system
  • Labels:
    None
  • Complexity:
    Intermediate

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Brett Porter added a comment - 22/Apr/09 4:27 AM

does this already work in recent versions? it is a popular request so we should close this one out.

Show
Brett Porter added a comment - 22/Apr/09 4:27 AM does this already work in recent versions? it is a popular request so we should close this one out.
Hide
Permalink
Jose Morales Martinez added a comment - 05/Aug/09 4:20 AM

Fixed in 801098 revision for version 1.4.0.

Add <developers>true</developers> entry in notifier configuration (pom.xml) or add new notifier with check 'Send a mail to project developers' enabled.

Example:

<ciManagement>
    <system>continuum</system>
    <notifiers>
      <notifier>
        <configuration>
          <address>user@domain.com</address>
          <committers>true</committers>
          <developers>true</developers>
        </configuration>
      </notifier>
    </notifiers>
 </ciManagement>

Show
Jose Morales Martinez added a comment - 05/Aug/09 4:20 AM Fixed in 801098 revision for version 1.4.0. Add <developers>true</developers> entry in notifier configuration (pom.xml) or add new notifier with check 'Send a mail to project developers' enabled. Example:
<ciManagement>
    <system>continuum</system>
    <notifiers>
      <notifier>
        <configuration>
          <address>user@domain.com</address>
          <committers>true</committers>
          <developers>true</developers>
        </configuration>
      </notifier>
    </notifiers>
 </ciManagement>

Hide
Permalink
Jose Morales Martinez added a comment - 15/Aug/09 3:17 PM

Add documentation in 804524 revision for version 1.4.0.

Show
Jose Morales Martinez added a comment - 15/Aug/09 3:17 PM Add documentation in 804524 revision for version 1.4.0.

People

  • Assignee:
    Jose Morales Martinez
    Reporter:
    Emmanuel Venisse
Vote (22)
Watch (9)

Dates

  • Created:
    01/Dec/05 5:06 PM
    Updated:
    15/Aug/09 3:17 PM
    Resolved:
    05/Aug/09 4:20 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.