We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

      I am trying to create a blog entry using SOAP, by invoking this code:

      RemoteBlogEntry blog = new RemoteBlogEntry();
      blog.setSpace(getSpaceKey());
      blog.setTitle(getTitle());
      blog.setContent(content);
      RemoteBlogEntry result = service.storeBlogEntry(token, blog);
      

      Now, if content happens to have Polish characters in it, like "ą" or "ę", the blog post will be created without content. SOAP docs do not say anything about having to perform any special encodings on strings passed as blog post content.

      Have I found a bug?

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

                I am trying to create a blog entry using SOAP, by invoking this code:

                RemoteBlogEntry blog = new RemoteBlogEntry();
                blog.setSpace(getSpaceKey());
                blog.setTitle(getTitle());
                blog.setContent(content);
                RemoteBlogEntry result = service.storeBlogEntry(token, blog);
                

                Now, if content happens to have Polish characters in it, like "ą" or "ę", the blog post will be created without content. SOAP docs do not say anything about having to perform any special encodings on strings passed as blog post content.

                Have I found a bug?

                        shaffenden Steve Haffenden (Inactive)
                        jgorycki Janusz Gorycki (Inactive)
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        0 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                            shaffenden Steve Haffenden (Inactive)
                            jgorycki Janusz Gorycki (Inactive)
                            Affected customers:
                            0 This affects my team
                            Watchers:
                            0 Start watching this issue

                              Created:
                              Updated:
                              Resolved: