#73 issue matching will always return a value now
Merged by ralph. Opened by sidpremkumar.
sidpremkumar/sync-to-jira more-better-matching  into  develop

Download 73.patch
no initial comment

I believe this warning is unneeded and makes it harder to debug. But if needed can change back.

Instead of hard-coding 'red-user' can you get the value from config? It should already be there.

You might be able to condense this with using sorted(....)[0] or results.sort(...); results[0]. WDYT? Worth condensing it?

1 new commit added

  • Removing hard-coded user in comment parsing, now pull from config dict

1 new commit added

  • condenced function to find recently updated issue in matching

3 new commits added

  • condenced function to find recently updated issue in matching
  • Removing hard-coded user in comment parsing, now pull from config dict
  • issue matching will always return a value now

Pull-Request has been merged by ralph

Metadata