Good day,
I want to automate active directory user creation via jira server service desk user portal.
I've got all components in place (automation, scripts, etc) the only problem I have I dont know how to gather structured data from user who will be makings those requests. I want them to enter in separate field information like name, family name, their phone number and so on.
I see several ways of doing this:
- create custom fields in jira sd. I dont really like it because it will require new request type creation (not to include those fields in all requests) and it's quite complex
- parsing the description of the ticket - that will lead to a whole bunch of errors, just because it will be too complicated for users.
From my perspective - I see the solution in creating some form with data validation to gather this data and writing in a structured way in the description or in another place, so we can use it later for automation.
Does anyone already solved this problem? I would be greatful for any information on the topic.