Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. def body = new JsonBuilder([
  2. fields: [
  3. project : [key: "QQ"],
  4. issuetype : [name: "Техническая консультация"],
  5. summary : result[ i+1],
  6. description: result[i+2],
  7. //assignee : [result[i+3]],
  8. //priority : [result[i+4]],
  9. //customfield_11801 : result[i+5],
  10. remotelink: ["relationship":"Wiki Page", "object":{"url":"http://confluence-test-app.sands.local/pages/viewpage.action?pageId=10748184", "title":"Wiki Page"}]
  11. ]
  12. ]).toString()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement