Rob Quist

Results 115 comments of Rob Quist

I completely agree :+1:

This seems to happen when you use a JSON Schema in this tool. I take it thats not supported since the example only shows YAML?

I also added ` "CISQLite3"` into the `PublicDependencyModuleNames.AddRange` of my project's `Build.cs` file; ``` PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "Json", "JsonUtilities", "CISQLite3" }); ```

I have it running on my 4.25.1 Source Built - using VS17 on a Windows 10 machine.

@Squareys pushed some changes (and reverted the random whitespace change)

We will still need to run an async request to ask for permission for a certain custom URL, but this is also needed to run Jira on custom domains. Can...

@CodiumAI-Agent /review

Thanks for the suggestion! Sounds like a proper one :)

You should be able to set the Jira URL in the extension options - or is that not what you mean?

Hmm, I don't really know how to do this out of the box.. You could bake your own extension and change the metadata I think, but I don't know what...