Gitlab Integration Jira is missing new API-fields

Hello everyone,

currently we authenticate towards Jira Datacenter with a personal access token. Jira only supports bearer-token for this. The terraform provider does not allow switching the auth_type and setting other new parameters.

Here is a list of fields I could find so far:

jira_auth_type
jira_issue_regex
jira_issue_prefix

I am working on an MR to provide these.

Best Andreas