#38 Adding CoreOS Bugs Repo Issues to JIRA
Merged 5 years ago by ralph. Opened 5 years ago by cherylfong.
cherylfong/sync-to-jira coreo-bugs-to-jira  into  develop

@@ -53,6 +53,9 @@ 

                  'ostreedev/ostree': { 'state': 'open', 'labels': 'jira', },

                  'projectatomic/atomic-host-tests': { 'state': 'open', 'labels': 'jira', },

                  'projectatomic/papr': { 'state': 'open', 'labels': 'jira', },

+ 

+                 # CoreOS repos

+                 'coreos/bugs': {'state': 'open', 'labels': 'jira', },

              },

          },

          'map': {
@@ -130,6 +133,9 @@ 

                  'projectatomic/atomic-host-tests': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],},

                  'projectatomic/papr': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],},

                  'ostreedev/ostree': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],},

+ 

+                 # CoreOS repos

+                 'coreos/bugs': {'project': 'COREOS', 'component': None, 'labels': 'sst_rhcos'},

              },

          },

      },

So far I've only added the line that includes the CoreOS bugs repo but have not done anything that will only move issues with a specific label over to JIRA.

Looks good so far. Let's leave this open until you can add a new line to the filters block.

1 new commit added

  • added the line that specifies which issue to add to Jira via github label
5 years ago

rebased onto ed8f983

5 years ago

Pull-Request has been merged by ralph

5 years ago
Metadata