I have created confiform page where I'm taking input from user to create jira and sending input data through IFTTT .
issue 1 : now i need to pull and search Jira Epics under my project in confiform dropdown field , which need to be selected before fill the other jira information.
Issue 2 : raised Jira issue/task should be tag under that epic.
can someone help me with above raised issues.
issue 1 is high priority.
You will need to create a field that shows available Jira epics - the best way to achieve this is to set up the web-service based dropdown that uses Jira APIs to list the epics and then have that field's value mapped
"customfield_XXXXX": "[entry.epic]"
Where the customfield_XXXXX is the name of the epic field in YOUR Jira instance and the "epic" is the name of the field you created to pick the Jira epics
ok , thank @Alex Medved _ConfiForms_
I got the field details from mapping which I need to use in the suggested solution.
but can you give ne reference which I can use to setup the same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had tried to create Webservice dropdown from "confiform field Definitions "
but I'm not able to get any value under the webservice connection, looks we did not have setup for this.
we are able to create jira using IFTTT so it thought I should be able to pull data as well.
and do action accordingly.
not if there is another way to do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you plan to search for epics in Jira if you dont have a connection to Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.