What's up with the <Code> block feature? If I paste my SQL code into a description field, like this....
CREATE PROC [dbo].[TestMostRecent]
(
@location varchar(50),
@tsn varchar(10),
@records int = 1
)
AS
BEGIN
RETURN 0
END
And then specify that it's SQL, and click Save.
When I come back into it, and copy it to my clipboard, it comes out fine (apparently), but it must include some bad characters because it no longer parses in SQL Server Management Studio saying there are errors...
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near ''.
This issue is my first one, since starting to pay for Jira. Does anyone have an estimate on how long it takes for Atlassian to support me?
Here's a bit more information -- it works fine if I specify that it's SQL when I first put in the code. But if I put Java (or don't put any language), and later change it to SQL, then the text is corrupted and there's no way to ever get it back to runnable. I'm worried that I've already lost a lot of SQL scripts that I assumed were being saved... re-typing them is going to be brutal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.