Skip to content

Commit

Permalink
fix issue table at homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Feb 13, 2024
1 parent 7bfc80f commit 2344967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
const config = {
params: {
jql:
"project = SDM AND component = e-services AND status != New ORDER BY created DESC",
"project = SDM AND component = e-services AND status != New AND status != Closed AND status != Resolved ORDER BY created DESC",
fields: "summary,created,customfield_10038",
maxResults: "5",
},
Expand Down

0 comments on commit 2344967

Please sign in to comment.