i am new to jira, i would like to use SQL queries on jira. i dont know where i need to run SQL query
i got the below link from my TL he is asking me how to use this query on jira: This is my requirement
Ok, you'll definitely need to raise that with Atlassian's OnDemand support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Selvaa,
Kindly raise a support ticket for your query for us to continue data gathering in your instance. :)
Cheers,
Justin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
do i need to raise support ticket for each and every query..?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Probably - you're trying to run arbitrary SQL, and I think Atlassian are trying to get at the same question I asked, and you didn't answer - "What are you trying to do"?
What's the report, the requirement? What are you looking for? What's the question you are trying to answer here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i got the below link from my TL he is asking me how to use this query on jira: This is my requirement
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You've said you're on OnDemand, so you can't install plugins and you can't access the database directly.
However, if you were running your own installation, then you could use some SQL, but your question isn't really clear enough to give you an answer. Anything can run SQL against a Jira database, you'd use whatever tools you usually use to connect to one - a command line, a GUI, whatever.
So, the question is really "what are you trying to do", even before you think about doing it with SQL.
Of course you should never WRITE to a Jira database using SQL, you'll break Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i would like to pull report using this query
SELECT temp .CALLER, jiraissue.pkey from ( SELECT * FROM os_historystep where STEP_ID=5 order by FINISH_DATE desc ) as temp left join jiraissue on jiraissue.ID = temp .ENTRY_ID group by temp .ENTRY_ID order by temp .FINISH_DATE desc ; i dont know where to run this query
|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Selvaa,
Kindly raise a support ticket for your query for us to continue data gathering in your instance. :)
Cheers,
Justin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.