Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill in Organizations in ServiceDesk Project is not possible #43

Closed
bahrpatrick opened this issue Jan 20, 2020 · 5 comments
Closed

Fill in Organizations in ServiceDesk Project is not possible #43

bahrpatrick opened this issue Jan 20, 2020 · 5 comments
Labels
question Further information is requested

Comments

@bahrpatrick
Copy link

Hi,

it would be nice if it´s possible to add a organization to a new created ticket via this module.
At the moment it seems like it´s not possible to fill in a number to a field, but this is required for the "organizations" field.

The following issue occurs:

"Operation value must be a number at array index 0"

Not sure if I only have the wrong configuration or it´s simply not possible.

Thanks for your help and by the way nice module!

@mkayontour
Copy link
Member

Have you tried the following:
[section]
organizations.0.name = "orgname"

Have a look at the response in the following ticket: #32

@bahrpatrick
Copy link
Author

Hi @mkayontour ,

thanks for your answer, yes I´ve already tried this and it didn´t work out... :(

@mkayontour
Copy link
Member

mkayontour commented Jan 23, 2020

Have you tried using the organization ID?

organizations.0.value = 1234

For example, at our components field I can use name or value and the value must then be the internal ID of the component.

Also for Labels I only need to fill in the array values, there's no key/val struct behind.

labels.0 = "icinga"

@bahrpatrick
Copy link
Author

Yes i did but then it always shows up the same error.
I tried all of these combinations, but it seems like it´s not possible to use a number as value or name. I found an article, that it´s requried to use the ID for the Organizations field...

Thanks for your help

@TheAaske
Copy link

TheAaske commented Sep 16, 2021

Did you manage to find a solution to this? have the exact same problem.

Also @mkayontour what file is this statement placed in?

@theFeu theFeu added the question Further information is requested label Mar 29, 2022
@nilmerg nilmerg closed this as not planned Won't fix, can't repro, duplicate, stale Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants