Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,469
Community Members
 
Community Events
184
Community Groups

Identifying a existing Jira project

Hi All,

     How to identify if the existing project is a scrum or Kanban project in Jira server  and project does not have any boards associated.

 

Regards,
Suma

2 answers

2 accepted

1 vote
Answer accepted
Daniel Ebers
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 04, 2021

Hi @Suma Pralhad Kustagi

according to the tags which were set here in Community you are using Jira Core (Server) which does not bring Kanban and Scrum functionality (Software Boards) with it.

The screenshot you shared seems to add to this - there is no visible option for Software Boards.

While there is a Suggestion open with Atlassian to have Kanban boards also in Jira Core (https://jira.atlassian.com/browse/JRASERVER-45690) the current implementation says that you would need Jira Software to use them.

Regards,
Daniel

0 votes
Answer accepted
Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 03, 2021

Hi @Suma Pralhad Kustagi 

The API Call is good with this.

https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/project/type-getAllProjectTypes

GET /rest/api/2/project/type

You can also check with the Reports available, Icon provided in Jira :-)

Thanks,
Pramodh

Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 03, 2021

FYI,

Then use JSON to CSV Converter to get the data in Excel.

Hi Pramodh,

     Seems the project to be Kanban as per the reports available for the project. Also i see project type as Business project not software type.

report.PNG

Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 03, 2021

Please pardon me.

The best way to do it is API as I said earlier

So the API Request goes like this

curl -D- -u 'username:password' -H "Content-Type: application/json" -X GET http://your-domain/rest/api/2/project/type

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events