Why cannot I see time tracking on my issues ?

Janetta Bogatchenko April 4, 2023

Do I need a paid subscription account to enable and see time tracking  ?

2 answers

2 accepted

1 vote
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 4, 2023

Hello @Janetta Bogatchenko 

Welcome to the Atlassian community!

No, you don't need a paid subscription to use the native time tracking features.

Take a look at this document and let us know if it provides enough information for you to solve your issue. If it does not, please provide more information about what steps you are taking and what you are seeing.

https://support.atlassian.com/jira-cloud-administration/docs/configure-time-tracking/

Janetta Bogatchenko April 4, 2023

No this does not work for me. I am trying to create a test project with enabled time tracking so I can learn how to use jira Rest API to create, manage etc worklogs associated with issues . Like the endpoint below.

https://testjira49.atlassian.net/rest/api/3/issue/10002/worklog

 

Nothing seems to work for me as none of my test issues ever have any worklogs.

Janetta Bogatchenko April 4, 2023
{
    "startAt": 0,
    "maxResults": 5000,
    "total": 0,
    "worklogs": []
}
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 4, 2023

Hello @Janetta Bogatchenko 

Are you working with issues in a Team Managed project or a Company Managed project? That information will show at the bottom of the navigation panel on the left when you are viewing the project in the UI.

Have you confirmed that time tracking is enabled and set to Jira Provided Time Tracking?

https://support.atlassian.com/jira-cloud-administration/docs/configure-time-tracking/#Configure-time-tracking

Have you confirmed that the Time Tracking is enabled for your project?

https://support.atlassian.com/jira-cloud-administration/docs/configure-time-tracking/#Enable-or-disable-time-tracking-in-projects

Have you confirmed that you have permission to Log Work in your project? The details of granting permissions depend on whether you are working with a Team Managed or Company Managed project.

Can you provide a screen image of what you see in the UI when viewing issues?

Like Kelly Arrey likes this
Janetta Bogatchenko April 4, 2023

I am on Team Managed project ( for simplicity)

Yes the time tracking is enabled in Issues Features.

I am the admin and yes I added myself as Single User with all the permissions.

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 4, 2023

When you are in the UI viewing one of those issues do you see the Log Work option when you click the Actions (...) button in the upper right corner of the issue?

Screen Shot 2023-04-04 at 2.44.47 PM.png

 

Do you see the Work Log option in the lower half of the screen in the area where Comments and history display?

Screen Shot 2023-04-04 at 2.46.24 PM.png

You can also Log Work from there, and that is the area where you would see any Work Logs that have been added.

If so, have you then logged some time against the issues?

Like Kelly Arrey likes this
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 4, 2023

Have you verified that the issue ID you provided in the API (10002) corresponds to an issue you are viewing in the UI that has work logged against it? Have you tried supplying the issue key instead (i.e. XYZ-123)?

Like Kelly Arrey likes this
Janetta Bogatchenko April 4, 2023

No, I do not see the Log work action.

Janetta Bogatchenko April 4, 2023

All I see are:

Add flag

Connect Slack channel

Add Parent

Move

Clone

Delete

Actions menu .

etc

Janetta Bogatchenko April 4, 2023

This issue id is

10009
When I use it I can Get the issue ( with details)
but the worklog is empty
Janetta Bogatchenko April 4, 2023

When I click on Add apps it suggests a bunch of plugins including Timesheet tracking for Jira. Should I add it ?

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 4, 2023

No, you don't need additional apps for time tracking. It is a native function.

Can you confirm that you have added the Time Tracking field to the issues for the project?

Screen Shot 2023-04-04 at 3.25.06 PM.png

Like Kelly Arrey likes this
Janetta Bogatchenko April 5, 2023

That was it. Now it is working. The problem was  - Time Tracking is not showing up as one of the fields you can add unless you actively search for it even when it is enabled. I was able to add time and see the worklog.

 

{
    "startAt": 0,
    "maxResults": 5000,
    "total": 1,
    "worklogs": [
        {
            "self": "",
            "author": {
                "self": ,
                "accountId": "",
                "emailAddress": "",
                "avatarUrls": {
"
                },
                "displayName": "",
                "active": true,
                "timeZone": "America/New_York",
                "accountType": "atlassian"
            },
            "updateAuthor": {
                "self": "",
                "accountId": "",
                "emailAddress": "",
                "avatarUrls": {
                },
                "displayName": "",
                "active": true,
                "timeZone": "America/New_York",
                "accountType": "atlassian"
            },
            "created": "2023-04-05T10:27:22.572-0400",
            "updated": "2023-04-05T10:27:22.572-0400",
            "started": "2023-04-05T08:27:07.446-0400",
            "timeSpent": "2h",
            "timeSpentSeconds": 7200,
            "id": "10000",
            "issueId": "10009"
        }
    ]
}
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 5, 2023

Glad to help.

If your problem has been solved please consider marking the Answer as Accepted to help other users find posts with validated solutions.

Like Kelly Arrey likes this
0 votes
Answer accepted
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 4, 2023

Hi @Janetta Bogatchenko and welcome to the community,

No, you don't need to be on a paid plan. Usually time tracking is activated by default. So go to check it:

  • Go to cog wheel > issues
  • From the left navigation panel, choose time tracking
  • See which time tracking app is selected

In addition to the above, you must have the work on issues project permission, in order to log time. Make sure you and your users have this.

Janetta Bogatchenko April 4, 2023

I did all of that still cannot see the time tracking.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events