I have a CSV with one subscriber and I want to update its subscriptions to components.
I use this format:
The import only results in addressing the first component ID:
It ignores all compontents codes after the first one... what am I doing wrong?
Note that in de documentation it says the list should be semi-colon seperated... but in the example CSV it is comma separated. Only comma works for the first component.
Hi @w.bos
Welcome to the Atlassian Community.
As stated on the official documentation, component codes column should be a semi-colon separated list of component codes that you want the subscriber to receive notifications for.
You should use a CSV file formated as below:
Please remember to accept this answer in case it helps you resolve this issue as it may also help other community users in the future.
Regards,
Eugenio
Thanks Eugenio,
Note that in the example upload file, the file has only "," a seperator...
Email Subscribers,,,,,,,,,,,,,, | |
type,email address,skip confirmation notification,component codes (optional),,,,,,,,,,, | |
email,first_email_subscriber@statuspage.io,yes,n097s9kg06ry | ,,,,,,,,,,, |
email,another_example@statuspage.io,yes,0bnr0wzc16dv | ,,,,,,,,,,, |
email,example_subscriber@statuspage.io,yes,0bnr0wzc16dv | n097s9kg06ry |
,,,,,,,,,,,,,, |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great it worked! Documentation says it is semicolon so I will report it back to atlassian.
Thanks for sharing!
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.