mkobaly / jiraworklog

Simple reporting for Jira Worklogs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

While trying to access dashboard it is giving 404 error

rahul123-dotcom opened this issue · comments

commented

As per document http://localhost:8180/issues.html is the dashboard url but it is giving 404 error while accessing.

Could you add a bit more details as to how you are trying to run the application?

  • linux or windows?
  • released version or are you compiling the code yourself?
  • Backend is MS SQL Server or BoldDB?

I made some big fixes recently. I typically used SQL server as my backend and BoltDB was not complete. It should be working now with BoltDB.

commented

I am running the .exe file on windows, I have tried the new release also. But I am getting 404. May be the web files are missing I guess. And also in newer version(V0.2.0) getting the below error for resolution updater job.
time="2021-03-10 15:55:05" level=error msg="job run failed" app=jiraWorklog error="unknown error getting issue details from jira. id=: Not 200 response 405" job=JiraResolutionUpdater

Did you edit your configuration file and enter in your Jira connection info correctly? You should ensure you can talk to Jira first via their API. Maybe try using Postman to test. The error is stating you are not getting a successful message back from Jira

Closing since unable to reproduce