How do I create a application for filling timesheets in jira?

Ram Babu Saravanan October 26, 2015

Will the sdk from atlassian allows to develop a standalone application / chrome plugin / some other app to fill timesheet in JIRA (Cloud Hosted at https://xyz.atlassian.net).

If yes, please share the links / tutorials. I'm unaware of atlassian sdk.

I'm expecting the flow as below

  • User logs into MyApp with JIRA Credentials
  • MyApp Lists the list of Projects
  • User Selects one project among it
  • MyApp Lists the list of Tasks
  • User Selects one task among it
  • After some time MyApp will logs the hours (on some basis) for the selected task

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 26, 2015

Ok, start with the basics - https://developer.atlassian.com/static/connect/docs/latest/guides/getting-started.html will guide you through creating a basic "Connect" application (Cloud only supports Connect add-ons, so where ever you read stuff about developing for JIRA, check that you're reading Connect development docs)

(Personally, I'd just use JIRA to do the timesheet entry as I'd log in as me, find my task and enter my hours, but that's just me wondering why you think you need another application to do it.)

Suggest an answer

Log in or Sign up to answer