Hi,
I have a web page where I collect all the information with regards to Service Request and click on Submit. Now, this data should go and sit in the Jira Service Desk Project which I have created for Service Request. All the fileds which are in Web Page and JIRA Service Desk Project are same.
I want my customer to use the webpage to submit a request instead of JIRA Service Desk Service Request form. but at the backend JIRA admin will use the ticket to open and follow the process? is this possible?
Also, I want to create a Page where all my JIRA Service Desk tickets are shown in the webpage
You'll need to write a little code to do this. Your web pages will need to be able to use JIRA's REST API to create issues, and ask JIRA for issue information to display.
for this i need to know the fields in the database that I am using right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. Forget the database, you don't want to touch it.
You will need the names of the fields you want the REST call to fill in. You can get those by just looking at the "create issue" screen.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.