#132 Add url field to updates array
Merged by sidpremkumar. Opened by sidpremkumar.
sidpremkumar/sync-to-jira add-url-in-description  into  develop

Download 132.patch

Add an optional URL flag to add the upstream URL to bottom of the JIRA ticket description

These two methods are both named the same. Python can't handle that. The second one overwrites the first.

My read of this is that the url will be appended to the description after the issue is created.

Can you also add the url to the end of the description during issue creation to avoid two steps which indirectly spams people?

My read of this is that the url will be appended to the description after the issue is created.
Can you also add the url to the end of the description during issue creation to avoid two steps which indirectly spams people?

Yup I will add that as well!

These two methods are both named the same. Python can't handle that. The second one overwrites the first.

Ah whoops, thanks for catching that.

rebased onto 45b4f208e85fa417721fe07ffc1e317000b46caf

Pull-Request has been merged by sidpremkumar

Metadata