Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

This is a demo to illustrate how you can create

...

Jira issue with ConfiForms IFTTT action "Create

...

Jira" via Application link - for authenticated users

And the same form uses webservices method to create a JIRA issue for non authenticated / anonymous users


JIRA issue key is saved back to one of the form's fields

...

Here is the demo (creates the issue and stores the JIRA Jira key back)

ConfiForms Form Definition
formNameji
showOnlyOwnRecordstrue
registrationFormTitleCreate JIRA issue with ConfiForms Webservice connection
CreateRegister metrueINLINE


summarySummarytext

desc1Descriptiontext

desc2More details:textarea

width:100px;jkJira keyread_only

id:[empty]jkHide field


-- anonymous user

_user:[empty]WebService Request4bb4c41a51f289a07507d50a1b841a4donCreated/rest/api/2/issue/X-Atlassian-Token: no-check;Content-Type: application/json;Content-Type:charset=UTF-8POST



_user:[empty]trueCreate ConfiForms EntryonCreatedentryId=[entry.id]&jk=${iftttResult_0}


_user:[empty]trueCreate ConfiForms EntryonCreatedentryId=[entry.id]&jk=[entry.jk.asJSON.key]


--- auth user

!_user:[empty]Create JIRA Issuevertuna-testonCreated!_user:[empty]Create ConfiForms EntryonCreatedentryId=[entry.id]&jk=${iftttResult_0}


...