JIRA Update Issues

Component ID

2751761

Component name

JIRA Update Issues

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

985

Component created

Component changed

Component body

JIRA Update Issues

This module is built to add module updates to your JIRA project where you can assign updates to a team member. You could also trigger a CI server (We are using Jenkins) to perform actions.

- Requires JIRA REST and Drupal Update Status enabled.
- Requires Labels and Assignee in your JIRA issue creation http://myjira.example.com/forms/secure/admin/ViewFieldScreens.jspa (edit each "Issue Tracking Create Issue Screen" for the projects you are working with)

Setup:

    - Configure JIRA REST parameters admin/config/services/jira_rest
      - JIRA URL
      - JIRA Username (User must be able to create 'Issues')
      - JIRA Password
    - Configure JIRA Update Issues admin/reports/jira_update_issues/settings
      - Choose daily or weekly checks (if you do not rename the JIRA ticket it will not report the same update twice)
      - Choose Security level, defaults to all releases. (does not report unsupported modules)
      - Enter your JIRA Project Key
      - View open tickets on the site at admin/reports/jira_update_issues

Drupal 8:

Development starting soon.