AndreyVMarkelov / andreymarkelov-atlas-plugins-requestedfields

HTTP requested fields
18 stars 15 forks source link

jira issue number in API REST request #19

Open 14344p opened 6 years ago

14344p commented 6 years ago

Hello,

I own your pluggin, but I'd like to send a POST request, with issue number in the body, or in the get parameters... but how to achieve that ?

please help. bye

AndreyVMarkelov commented 6 years ago

Hello,

  1. add header with your content-type
  2. put in body or json/xml or p1=v1&p2=v2.... format please, provide example
lawries commented 6 years ago

Hi

Is it possible to insert the issue.key as a variable into the GET/POST ?

Thanks