Egor Kovetskiy

Results 68 comments of Egor Kovetskiy

Hi, it didn't require an Authorization header before and we could pass a token as a password. Sounds like it's not possible now.

Is it a hosted version of Confluence you are using? If so, which version? I have no problems accessing the cloud version of Confluence while using a token as a...

Hi, in case of cloud you should add /wiki to the URL as far as I remember. On Wed, Nov 3, 2021, 22:51 hyousif-pkglobal ***@***.***> wrote: > Hello, > >...

Not really, we can remove this operation. It's mostly for dropping `.template` or other file extensions.

Hi, 1. Try something like `` and compare it with ``. 2. I'm not sure why that can happen, but it's probably due to some missing API params, the code...

Why would you want that? I mean we have these html tags which do the trick already, is there any specific scenario where you would like to have such a...

The problem with such solutions is that it can't be used in classic CI scenarios where the state is not shared. But I understand the problem you are trying to...

Hi, I've checked the draft version, the problem with `‘` comes from the fact that Confluence replaces ' with ’ on the server side when we push HTML via API.

Also found a problem: Original markdown: ``` aaa **bold** bbb ``` Then select the entire paragraph and comment, OriginalSelection of an inline comment structure will be `aaa bold bbb` so...

> good catch. I tried the case you mentioned. In MergeComments, on the input, I got `aaa \bold\ bbb`, what if we just remove the `\` and probably with some...