Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I have a use cases where tasks and sub tasks need to be created automatically based on inputs from a custom web page. Following is the scenario
1) User to enter Issue description, issue type, location ( geographic location).
2) We have a business rule to identify the list of tasks and subtasks and people who has to work on a particular issue type.
3) Based on the rule & people configuration we will have to create JIRA tasks and subtaks automatically assigning to the respective people who has perform it
We are planning to build web page to accept Issue description, issue type, location.
Our JIRA application is integrated with central AD and follows AD authentication.
What i need some sample using Javascript to Rest API for achieving the above include authentication