We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b09d8a + 2dfe74b commit b461248Copy full SHA for b461248
src/issue_model.rs
@@ -74,7 +74,7 @@ pub struct Fields {
74
pub aggregatetimeoriginalestimate: Option<i32>,
75
pub progress: Progress,
76
pub aggregateprogress: Progress,
77
- pub workratio: i32,
+ pub workratio: i64,
78
pub summary: String,
79
pub creator: User,
80
pub project: Project,
0 commit comments