Can I find my Project Administrator?

Bob Vaughn March 31, 2016

As an engineer, how can I find out who my Project Administrator is?   Can I navigate within JIRA to find out?

2 answers

0 votes
Pablo Beltran
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2016

It is easy to achieve with SQL for JIRA.

select lead from projects where key='<project key>'

You can perform the SQL query above from the built-in SQL console on JIRA or remotely via JDBC.

PROJECTS table model description.

0 votes
Michael Partyka
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2016

i Bob,

 

in every project you have an information about project Lead Usually he/she is also an administrator but this is not a rule.

Suggest an answer

Log in or Sign up to answer