As I continue to build out portal categories, I have been wondering when should I be using Forms? I know when you need to make some fields dynamic, you need to use forms. However if I don't need them dynamic, is there a reason to use forms or not? Or is it simpler to just add the fields within the request type? This is another best practices question is all, just looking for some feedback from other people!
Hi @Eric Bjerke , great question.
I've found Forms are really useful for capturing more complex information out of your customers. That includes the use case you've already identified, dynamic inputs.
There are a number of benefits to using forms:
However, there are a few drawbacks:
That all said, I think it really depends on how you're using your JSM instance, and what type of information you're trying to capture.
I quite like Forms for the dynamic structure and flexibility, but that may not be necessary for more structured or basic requests.
I think the best advice I can provide is this:
Try and keep your Requests and inputs as simple as possible. The more input fields you include, the more complex and time consuming requests become. Truly think about if that piece of information is required, or if it can be inferred from another piece of data.
Hope that helps!
Robert
One example of inferring data could be something like the reporter's location.
JSM Assets can be used to hold user information, which can contain the person's office location, contact info, and more. This data can be auto-populated via API from your HR systems, or via your IDP. You can have automation rules set up so that when a new request comes in, the user data is searched based on the request user, and a new comment or custom field is populated with that information.
Alternatively, you can find any IT assets that may be associated with the requestor using a similar method, but searching all items where that user is attached as the owner within Assets.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Robert DaSilva may I know do you have any knowledge abt forms data export? my last impression in jira on-prem before we migrated to cloud, we seemed to have encountered some issues when export form data, not sure if it is still the same in cloud
additionally, along with the project growth, will there be any issues when we export all form data? since there is no filter when export (I am using UI), so the number will get very large overtime,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Scarlett , I would recommend creating a new Question on the Community to ask about Forms export, as others might be more knowledgeable than me in that area.
That said, I don't believe there is a way to bulk-export all form data. You are able to export form data on a per-form basis as an excel file. I don't believe there is a way to _import_ this data onto another instance or another form, however.
Here's some Atlassian documentation on the topic: https://support.atlassian.com/jira/kb/export-forms-spreadsheets-in-jira-cloud/
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.